diff options
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 }; |