aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/config.js-example
diff options
context:
space:
mode:
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 33b4276..49c2003 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -29,6 +29,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: ''
};