diff options
author | matthew <matthew> | 2007-07-07 11:32:44 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-07-07 11:32:44 +0000 |
commit | 58438bc2a2c6690b7a472a4b5d49f95f8fe528d2 (patch) | |
tree | 3e7a4c0f216722f0b0c4bc29709e028e45b030ef /conf/general-example | |
parent | c7e52ef6b942b13f9be19e4256480cdd71ce946d (diff) |
Geo update
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example index 921dcafc6..f8f89e391 100644 --- a/conf/general-example +++ b/conf/general-example @@ -14,7 +14,7 @@ * Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.12 2007-06-17 09:40:51 matthew Exp $ + * $Id: general-example,v 1.13 2007-07-07 11:32:44 matthew Exp $ * */ @@ -37,6 +37,7 @@ define('OPTION_CONTACT_NAME', 'FixMyStreet'); define('OPTION_STAGING_SITE', 1); define('OPTION_GEO_CACHE', '/cache/'); +define('OPTION_GOOGLE_MAPS_API_KEY', ''); define('OPTION_MAPIT_URL', 'http://services.mysociety.org/mapit'); define('OPTION_TILES_URL', 'http://tilma.mysociety.org/tileserver/10k-full-london'); |