diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-09 16:22:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-09 16:22:27 +0100 |
commit | dec0484edefdfe6c8cf5da3e760f927eff965c87 (patch) | |
tree | d54d3eb836ad065a0b4f73e96dbc81a0841545e3 | |
parent | 3251bbffa214fc95e2df996594baf78405d39c03 (diff) |
add comment explaining about OPTION_EMAIL_VHOST setting
-rw-r--r-- | conf/general-example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/general-example b/conf/general-example index 0c1e25982..6401528a9 100644 --- a/conf/general-example +++ b/conf/general-example @@ -33,6 +33,8 @@ define('OPTION_COUNTRY', 'GB'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); define('OPTION_TEST_EMAIL_PREFIX', null); + +# this should be the same as the OPTION_BASE_URL for historical reasons define('OPTION_EMAIL_VHOST', 'www.example.com'); define('OPTION_EMAIL_VHOST_EMPTYHOMES', 'www.example.com'); |