Skip to content

Commit 3277422

Browse files
committed
Merge branch 'main' into priority-bounds
2 parents 0116883 + b62b76e commit 3277422

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,5 @@ REACT_APP_DISABLE_COUNTRY_LEADERBOARD_CONFIG=''
195195

196196
# For setting the minimum character count for challenge instructions
197197
REACT_APP_CHALLENGE_INSTRUCTIONS_MIN_LENGTH=150
198+
199+
REACT_APP_BING_API_KEY=''

src/services/VisibleLayer/LayerSources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const normalizeBingLayer = function (layer) {
8989
normalizedLayer[apiKey.name] = apiKey.value;
9090
} else {
9191
// Community key circulating around OSM
92-
normalizedLayer.bingkey = "Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU";
92+
normalizedLayer.bingkey = window.env.REACT_APP_BING_API_KEY;
9393
}
9494

9595
return normalizedLayer;

0 commit comments

Comments
 (0)