diff options
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/conf/general-example b/conf/general-example index 7e750de96..65e192b4d 100644 --- a/conf/general-example +++ b/conf/general-example @@ -27,16 +27,9 @@ define('OPTION_BCI_DB_PASS', ''); define('OPTION_BASE_URL', 'http://www.example.org'); -# Which country are you operating in? ISO3166-alpha2 code please -define('OPTION_COUNTRY', 'GB'); - -define('OPTION_TESTING_EMAIL', 'testing@example.com'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); define('OPTION_TEST_EMAIL_PREFIX', null); -define('OPTION_EMAIL_VHOST_CITIES', 'www.example.com'); -define('OPTION_EMAIL_VHOST', 'www.example.com'); -define('OPTION_EMAIL_VHOST_EMPTYHOMES', 'www.example.com'); define('OPTION_CONTACT_NAME', 'FixMyStreet'); define('OPTION_STAGING_SITE', 1); @@ -51,7 +44,7 @@ define('OPTION_LONDON_REPORTIT_KEY', ''); define('OPTION_LONDON_REPORTIT_SECRET', ''); define('OPTION_MAPIT_URL', 'http://mapit.mysociety.org/'); -define('OPTION_MAP_TYPE', 'Tilma::Original::1_10k'); +define('OPTION_MAP_TYPE', 'OSM'); define('OPTION_EVEL_URL', 'http://services.mysociety.org/evel'); define('OPTION_GAZE_URL', 'http://gaze.mysociety.org/gaze'); @@ -65,8 +58,6 @@ define('OPTION_HEARFROMYOURMP_BASE_URL', ''); define('OPTION_SMTP_SMARTHOST', 'localhost'); -define('OPTION_FLICKR_API', ''); - define('OPTION_IPHONE_URL', ''); // Log file (used in test harness, and later in admin scripts) @@ -77,4 +68,7 @@ define('OPTION_ALLOWED_COBRANDS', 'cobrand_one|cobrand_two'); // How many items are returned in the GeoRSS feeds by default define('OPTION_RSS_LIMIT', '20'); +// Should problem reports link to the council summary pages? +define('OPTION_AREA_LINKS_FROM_PROBLEMS', '0'); + ?> |