update nextcloud
This commit is contained in:
parent
d2b4a329c7
commit
8673377a89
6 changed files with 58 additions and 58 deletions
|
@ -1,6 +1,6 @@
|
|||
[template]
|
||||
src = "config.php.tmpl"
|
||||
dest = "/var/lib/nextcloud/config/config.php"
|
||||
dest = "/var/lib/nextcloud/config/config.php.sample"
|
||||
gid = 101
|
||||
uid = 100
|
||||
mode = "0660"
|
||||
|
|
|
@ -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"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue