Update to reflect new parameter mail_domain

see #2568
This commit is contained in:
itheiss 2013-03-26 09:49:51 +01:00
Родитель 410b991221
Коммит 02d53deecc
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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,