mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Update Nextcloud to 13.0.5
This commit is contained in:
parent
7cbd38d400
commit
8cf242a645
9 changed files with 72 additions and 91 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'mail_smtpmode' => 'smtp',
|
||||
'mail_smtpauthtype' => 'PLAIN',
|
||||
'mail_smtpsecure' => 'ssl',
|
||||
'mail_smtpauth' => 1,
|
||||
'mail_from_address' => 'noreply',
|
||||
'mail_domain' => 'banditlair.com',
|
||||
'mail_smtphost' => 'mail.banditlair.com',
|
||||
'mail_smtpport' => '465',
|
||||
'mail_smtpname' => 'noreply@banditlair.com',
|
||||
'mail_smtppassword' => '{{email_password}}',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue