diff options
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: '' }; |