diff options
-rw-r--r-- | conf/general-example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/general-example b/conf/general-example index 661ac7a3c..95cc19252 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.3 2006-09-20 10:49:30 matthew Exp $ + * $Id: general-example,v 1.4 2006-09-22 18:19:37 francis Exp $ * */ @@ -25,8 +25,7 @@ define('OPTION_BCI_DB_NAME', 'bci'); define('OPTION_BCI_DB_USER', 'bci'); define('OPTION_BCI_DB_PASS', ''); -define('OPTION_TILES_URL', ''); - define('OPTION_MAPIT_URL', 'http://services.mysociety.org/mapit'); +define('OPTION_TILES_URL', 'http://tilma.mysociety.org/tileserver/10k-full-london'); ?> |