diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-05 09:43:08 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-05 09:43:08 +0100 |
commit | a1d17b7e5bd29a49ef2ab1a274c5921c757f85c0 (patch) | |
tree | 2e4e7376299623f8550c2738f9e45b73b643e60b | |
parent | 33f25780b0dccf306ec0cffd5fbee02c8f66cca8 (diff) |
Add London ReportIt conf values
-rw-r--r-- | conf/general-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general-example b/conf/general-example index 9da852bb8..b19a6a6bb 100644 --- a/conf/general-example +++ b/conf/general-example @@ -46,6 +46,10 @@ define('OPTION_GEO_CACHE', '/cache/'); define('OPTION_GOOGLE_MAPS_API_KEY', ''); define('OPTION_BING_MAPS_API_KEY', ''); +define('OPTION_LONDON_REPORTIT_URL', ''); +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_EVEL_URL', 'http://services.mysociety.org/evel'); |