set owncloud's email from address, fixes #586

This commit is contained in:
Joshua Tauberer 2015-11-05 11:20:16 +00:00
parent ac238b9d28
commit 2e3796c4f7
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ include("$STORAGE_ROOT/owncloud/config.php");
\$CONFIG['memcache.local'] = '\\OC\\Memcache\\Memcached';
\$CONFIG['overwrite.cli.url'] = '/cloud';
\$CONFIG['mail_from_address'] = 'administrator'; # just the local part, matches our master administrator address
echo "<?php\n\\\$CONFIG = ";
var_export(\$CONFIG);