aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-06-15 16:11:38 +0100
committerStruan Donald <struan@exo.org.uk>2012-06-15 16:11:38 +0100
commita39dee9d900f86975447674433d4d218d12a23c6 (patch)
treee669699079c1956cf47b7f40adb46b9a09d428a8
parent925232a1e48850ab1c5087fe555d7dc71496d726 (diff)
add example phonegap app config file
-rw-r--r--phonegap/www/js/config.js-example5
1 files changed, 5 insertions, 0 deletions
diff --git a/phonegap/www/js/config.js-example b/phonegap/www/js/config.js-example
new file mode 100644
index 000000000..c81c2c381
--- /dev/null
+++ b/phonegap/www/js/config.js-example
@@ -0,0 +1,5 @@
+var CONFIG = {
+ FMS_URL: '',
+ MAPIT_URL: '',
+ BING_API_KEY: ''
+};