Skip to content

Commit

Permalink
oauth experiment for github pages site.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 14, 2024
1 parent c1c27b7 commit 650fc09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions js/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
};

0 comments on commit 650fc09

Please sign in to comment.