update nextcloud

This commit is contained in:
Sebastian Hugentobler 2018-01-30 08:36:21 +01:00
parent d2b4a329c7
commit 8673377a89
6 changed files with 58 additions and 58 deletions

View file

@ -23,7 +23,7 @@ $CONFIG = array(
'mail_smtpdebug' => false,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => '{{getenv "MAIL_SMTP_HOST"}}',
'mail_smtpport' => {{getenv "MAILSMTPPORT" "587"}},
'mail_smtpport' => {{getenv "MAIL_SMTP_PORT" "587"}},
'mail_smtptimeout' => 10,
'mail_smtpsecure' => '{{getenv "MAIL_SMTP_SECURITY" "tls"}}',
'mail_smtpauth' => {{getenv "MAIL_SMTP_AUTH" "true"}},