diff options
author | Struan Donald <struan@exo.org.uk> | 2014-04-01 13:07:28 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-01 13:07:28 +0100 |
commit | 4a210b3be093a3352767db9603ac9ffaee45f191 (patch) | |
tree | 4f363673413f0038678b4b8c584637d02bf99a1b /src/js | |
parent | 2b61987addccca46871b23952ce3508610aee7de (diff) |
teeny bit more documention in the example config fileinternational-map-fix
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/config.js-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/config.js-example b/src/js/config.js-example index 2cad6b6..4ec1ae6 100644 --- a/src/js/config.js-example +++ b/src/js/config.js-example @@ -5,7 +5,8 @@ var CONFIG = { // Name of app to use in alert dialog titles amongst other things APP_NAME: '', - // URL of the fixmystreet install to report to + // URL of the fixmystreet install to report to, e.g + // http://www.fixmystreet.com/ - you must include the http FMS_URL: '', // namespace for storing drafts etc in. Should not need to change |