mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 16:44:46 +02:00
Run update.sh
Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
parent
6f241bc226
commit
28091effaa
125 changed files with 1781 additions and 2041 deletions
|
@ -11,5 +11,9 @@ if (getenv('SMTP_HOST') && getenv('MAIL_FROM_ADDRESS') && getenv('MAIL_DOMAIN'))
|
|||
'mail_smtppassword' => getenv('SMTP_PASSWORD') ?: '',
|
||||
'mail_from_address' => getenv('MAIL_FROM_ADDRESS'),
|
||||
'mail_domain' => getenv('MAIL_DOMAIN'),
|
||||
'mail_smtpdebug' => getenv('SMTP_DEBUG') ?: false,
|
||||
'mail_template_class' => getenv('SMTP_TEMPLATE_CLASS') ?: '',
|
||||
'mail_send_plaintext_only' => getenv('SMTP_SEND_PLAINTEXT_ONLY') ?: false,
|
||||
'mail_sendmailmode' => getenv('SMTP_SENDMAIL_MODE') ?: 'smtp',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue