aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-04-01 13:07:28 +0100
committerStruan Donald <struan@exo.org.uk>2014-04-01 13:07:28 +0100
commit4a210b3be093a3352767db9603ac9ffaee45f191 (patch)
tree4f363673413f0038678b4b8c584637d02bf99a1b
parent2b61987addccca46871b23952ce3508610aee7de (diff)
teeny bit more documention in the example config fileinternational-map-fix
-rw-r--r--src/js/config.js-example3
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