diff options
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r-- | www/js/config.js-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example index 3e69b2d..33b4276 100644 --- a/www/js/config.js-example +++ b/www/js/config.js-example @@ -6,7 +6,8 @@ var CONFIG = { APP_NAME: 'FixMyStreet', // URL of the fixmystreet install to report to. See also config.xml-example - FMS_URL: 'http://fixmystreet.example.org/', + // Make sure it does *not* end with a slash. + FMS_URL: 'http://fixmystreet.example.org', // Name of the cobrand to use for templates, stylesheets etc. // Cobrand files should be placed in a new directory within www/cobrands/ |