aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-11-23 16:04:27 +0000
committerlouise <louise>2009-11-23 16:04:27 +0000
commit075146ee0872ee0ff9e1b1c6fb84f7f5322cb7ba (patch)
tree980ed9a70737c5704a47fdc63d236fd8d0f0083d
parent2c764bdd416f299c73474c2b00222f58401ca39d (diff)
Adding emptyhomes email vhost
-rw-r--r--conf/general-example3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example
index 5897e59d9..d4c861668 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.21 2009-11-23 15:53:28 louise Exp $
+ * $Id: general-example,v 1.22 2009-11-23 16:04:27 louise Exp $
*
*/
@@ -38,6 +38,7 @@ define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN);
define('OPTION_TEST_EMAIL_PREFIX', null);
define('OPTION_EMAIL_VHOST_CITIES', 'www.example.com');
define('OPTION_EMAIL_VHOST', 'www.example.com');
+define('OPTION_EMAIL_VHOST_EMPTYHOMES', 'www.example.com');
define('OPTION_CONTACT_NAME', 'FixMyStreet');
define('OPTION_STAGING_SITE', 1);