diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-19 12:37:21 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 15:55:59 +0100 |
commit | 8aeec57010f5897ede231f678f04de8dbff19c89 (patch) | |
tree | be56fdb91f787a5d6b7d6ffc04da133d0ee6b17b /www/js/config.js-example | |
parent | 60f3b1ef22c5bd987bef6b96656bb3f68d8f529b (diff) |
update example config file with current values and comments
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r-- | www/js/config.js-example | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example index c81c2c3..392c021 100644 --- a/www/js/config.js-example +++ b/www/js/config.js-example @@ -1,5 +1,13 @@ var CONFIG = { + // URL of the fixmystreet install to report to FMS_URL: '', - MAPIT_URL: '', - BING_API_KEY: '' + + // namespace for storing drafts etc in. Should not need to change + NAMESPACE: 'fixmystreet', + + // directory to store draft photos in. Should not need to change + FILES_DIR: 'photos', + + // accuracy in meters required before geolocation is successful + ACCURACY: 100 }; |