var CONFIG = { // Name of app to use in alert dialog titles amongst other things APP_NAME: '', // 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 };