diff options
author | louise <louise> | 2009-11-23 15:39:18 +0000 |
---|---|---|
committer | louise <louise> | 2009-11-23 15:39:18 +0000 |
commit | 6e5f7079eeb53a509fd53ea47da06843d0a69e58 (patch) | |
tree | 4fb1f91d3a3770b30c01b9d6fc74c7459134311f | |
parent | 6ec5ce524874c7b2b96483cf4a5316692e9b19f0 (diff) |
Adding cities vhost
-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 843b2d088..4e3c6e42b 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.19 2009-08-20 10:26:37 louise Exp $ + * $Id: general-example,v 1.20 2009-11-23 15:39:18 louise Exp $ * */ @@ -36,6 +36,7 @@ define('OPTION_BASE_URL', 'http://www.example.org'); 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_CONTACT_NAME', 'FixMyStreet'); define('OPTION_STAGING_SITE', 1); |