diff options
Diffstat (limited to 'src/js/config.js-example')
-rw-r--r-- | src/js/config.js-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/config.js-example b/src/js/config.js-example index 392c021..92ce308 100644 --- a/src/js/config.js-example +++ b/src/js/config.js-example @@ -1,4 +1,7 @@ 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: '', |