From 650fc09cb5df9448e379318f724d5e5be5284053 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Sat, 13 Jul 2024 17:54:30 -0700 Subject: [PATCH] oauth experiment for github pages site. --- js/configs.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/js/configs.ts b/js/configs.ts index 658ff69c..3ea1184c 100644 --- a/js/configs.ts +++ b/js/configs.ts @@ -35,8 +35,12 @@ export default { // api key for osmnames geocoder, go to http://osmnames.org/api/ to get one if you run your own overpass instance osmnamesApiKey: "gtXyh2mBSaN5zWqqqQRh", // osmAuth configuration object (used for syncing saved queries). expects an osm-auth config object (min. the oauth_consumer_key and oauth_secret must be given), see https://github.com/osmlab/osm-auth#getting-keys + // osmAuth: { + // url: "https://www.openstreetmap.org", + // client_id: "lIifli2M7Enpi1LUqCxSNe3yDXhBHwf_n8HzJ03mKFg" + // } osmAuth: { - url: "https://www.openstreetmap.org", - client_id: "lIifli2M7Enpi1LUqCxSNe3yDXhBHwf_n8HzJ03mKFg" + url: "https://www.openhistoricalmap.org", + client_id: "iddJpAQ2BU2ERK__yddtXt14KIfygCGsJVlZ_YRTTWQ" } };