diff options
author | Steven Day <steve@mysociety.org> | 2016-04-28 13:11:04 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2016-04-28 13:11:04 +0100 |
commit | 3bc83903d0c3467d0659b9fb47374a476b4a0a3f (patch) | |
tree | a512b5650cdc0591bd8348e1c3d535a14b6a772e /www/js/config.js-example | |
parent | 78b35e6402441962149db536a15249c45fa3c7f6 (diff) | |
parent | d623b70d7273ad212074fa1e008c4e3ceb480fdf (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-example | 4 |
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: '' }; |