diff options
Diffstat (limited to 'src/js/config.js-example')
-rw-r--r-- | src/js/config.js-example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/js/config.js-example b/src/js/config.js-example new file mode 100644 index 0000000..392c021 --- /dev/null +++ b/src/js/config.js-example @@ -0,0 +1,13 @@ +var CONFIG = { + // URL of the fixmystreet install to report to + FMS_URL: '', + + // 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 +}; |