diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-15 16:11:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-15 16:11:38 +0100 |
commit | a39dee9d900f86975447674433d4d218d12a23c6 (patch) | |
tree | e669699079c1956cf47b7f40adb46b9a09d428a8 /phonegap | |
parent | 925232a1e48850ab1c5087fe555d7dc71496d726 (diff) |
add example phonegap app config file
Diffstat (limited to 'phonegap')
-rw-r--r-- | phonegap/www/js/config.js-example | 5 |
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: '' +}; |