diff options
-rw-r--r-- | conf/general-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/general-example b/conf/general-example index 0a5c9e44d..b3abdb28a 100644 --- a/conf/general-example +++ b/conf/general-example @@ -48,9 +48,9 @@ define('OPTION_UPLOAD_CACHE', '/upload/'); define('OPTION_GEO_CACHE', '/cache/'); define('OPTION_GOOGLE_MAPS_API_KEY', ''); -define('OPTION_MAPIT_URL', 'http://services.mysociety.org/mapit'); +define('OPTION_MAPIT_URL', 'http://mapit.mysociety.org/'); define('OPTION_MAP_TYPE', 'Tilma::Original::1_10k'); -define('OPTION_EVEL_URL', 'http://services.mysociety.org/evel'); +define('OPTION_EVEL_URL', 'http://services.mysociety.org/evel'); # FIXME - is this still alive... define('OPTION_GAZE_URL', 'http://gaze.mysociety.org/gaze'); // Tracking |