diff options
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/general-example b/conf/general-example index 420f98bf5..20872ae28 100644 --- a/conf/general-example +++ b/conf/general-example @@ -27,6 +27,9 @@ define('OPTION_BCI_DB_PASS', ''); define('OPTION_BASE_URL', 'http://www.example.org'); +# Which country are you operating in? ISO3166-alpha2 code please +define('OPTION_COUNTRY', 'GB'); + define('OPTION_TESTING_EMAIL', 'testing@example.com'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); |