diff options
-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'); |