From 41e7108b2e3194c2901ad8853eee801b7fd03973 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 11 Jan 2024 03:56:26 +0100 Subject: [PATCH] Add access credentials for development OSM-server --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 284e24768..73bccaf02 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,18 @@ "Alternatively, you can override the `osm` credentials using the environment variables `VITE_OSM_OAUTH_CLIENT_ID` and `VITE_OSM_OAUTH_SECRET`" ], "oauth_credentials": { - "#": "This client-id is registered by 'MapComplete' on osm.org", + "#": "This client-id is registered by 'MapComplete' on OpenStreetMap.org", "oauth_client_id": "K93H1d8ve7p-tVLE1ZwsQ4lAFLQk8INx5vfTLMu5DWk", "oauth_secret": "NBWGhWDrD3QDB35xtVuxv4aExnmIt4FA_WgeLtwxasg", "url": "https://www.openstreetmap.org" }, + "disabled:oauth_credentials": { + "##": "DEV", + "#": "This client-id is registered by 'MapComplete' on https://master.apis.dev.openstreetmap.org/", + "oauth_client_id": "BAPPMRuojjFsY__0APmScr1hbebYj1GlDbV6S5TsUbo", + "oauth_secret": "Lq1UKYAySRfQfwgFctGvlGrfxbGHQwggheE52HIGrO8", + "url": "https://master.apis.dev.openstreetmap.org" + }, "api_keys": { "#": "Various API-keys for various services. Feel free to reuse those in another MapComplete-hosted version", "imgur": "7070e7167f0a25a",