aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/config.js-example
diff options
context:
space:
mode:
authorSteven Day <steve@mysociety.org>2016-04-28 13:11:04 +0100
committerSteven Day <steve@mysociety.org>2016-04-28 13:11:04 +0100
commit3bc83903d0c3467d0659b9fb47374a476b4a0a3f (patch)
treea512b5650cdc0591bd8348e1c3d535a14b6a772e /www/js/config.js-example
parent78b35e6402441962149db536a15249c45fa3c7f6 (diff)
parentd623b70d7273ad212074fa1e008c4e3ceb480fdf (diff)
Merge remote-tracking branch 'mysociety/cordova-6-fix-maps' into cordova-6
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r--www/js/config.js-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example
index 3e69b2d..75c66f9 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -28,6 +28,6 @@ var CONFIG = {
// Set to 1 to log debug messages to the console
DEBUG: 0,
- // Whether the FMS installation is within the United Kingdom. Should not need to change.
- isUK: 0
+ // Bing Maps API key if needed
+ BING_MAPS_API_KEY: ''
};