diff options
author | francis <francis> | 2006-09-22 18:19:37 +0000 |
---|---|---|
committer | francis <francis> | 2006-09-22 18:19:37 +0000 |
commit | 134cddc96055e16567c22155082aa31c32f6d73c (patch) | |
tree | af8b94c0fb2cda1a9b08ad869432f6749bb5b2a0 | |
parent | 4945480baee58cfee093a5bf5c928aa8f8f6c259 (diff) |
May as well give full URL for tilma
-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'); ?> |