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-example5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example
index c2d3f71..aa9296b 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -36,3 +36,8 @@ var CONFIG = {
// Bing Maps API key if needed
BING_MAPS_API_KEY: ''
};
+
+
+// This bit is so this can be imported as a nodejs module for hook processing
+var module = module || {};
+module.exports = CONFIG;