diff options
author | Dave Arter <davea@mysociety.org> | 2015-08-28 14:18:55 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-08-28 14:27:16 +0100 |
commit | 7a3e9ac9d332ddd933d038499a19b8787a5b355a (patch) | |
tree | f82619ea88e86d739851b657628150073aab83b5 /www/js/config.js | |
parent | 671bb1705107fed62336e8a0d8697daddaafe4be (diff) |
Only provide example config files; add cobrand docs to READMEphonegap-3
Diffstat (limited to 'www/js/config.js')
-rw-r--r-- | www/js/config.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/js/config.js b/www/js/config.js deleted file mode 100644 index a34cd4b..0000000 --- a/www/js/config.js +++ /dev/null @@ -1,11 +0,0 @@ -var CONFIG = { - DEBUG: 0, - TESTING: 0, - LANGUAGE: 'en', - APP_NAME: 'FixMyStreet', - FMS_URL: 'https://www.fixmystreet.com/', - NAMESPACE: 'fixmystreet', - FILES_DIR: 'fixmystreet_photos', - ACCURACY: 750, - isUK: 1 -}; |