summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoritheiss <ingo.theiss@i-matrixx.de>2013-03-26 09:49:51 +0100
committeritheiss <ingo.theiss@i-matrixx.de>2013-03-26 09:49:51 +0100
commit02d53deeccae51786bf4f2e839f52b4ff9f02ab9 (patch)
tree7a2df76bb90286c9e8f455607e81af9528b94759 /config
parent410b9912219253553f9f8c9ecd3b9910364b9dde (diff)
downloadnextcloud-server-02d53deeccae51786bf4f2e839f52b4ff9f02ab9.tar.gz
nextcloud-server-02d53deeccae51786bf4f2e839f52b4ff9f02ab9.zip
Update to reflect new parameter mail_domain
see #2568
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ec61ceefd6c..ee57a986e35 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -77,6 +77,9 @@ $CONFIG = array(
/* URL of the appstore to use, server should understand OCS */
"appstoreurl" => "http://api.apps.owncloud.com/v1",
+/* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */
+"mail_domain" => "example.com"
+
/* Enable SMTP class debugging */
"mail_smtpdebug" => false,