mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update config.json
This commit is contained in:
parent
ee03b25070
commit
f2e491a7a4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"localstorage.allowsymlinks": true,
|
||||
"simpleSignUpLink.shown": false,
|
||||
"mail_smtpmode": "smtp",
|
||||
"mail_smtphost": "smtp://__APP__:__MAIL_PWD__@__DOMAIN__:587/?tls=True",
|
||||
"mail_smtphost": "smtp://__APP__:__MAIL_PWD__@localhost:587/?tls=True",
|
||||
"mail_smtpport": 587,
|
||||
"mail_smtpauth": true,
|
||||
"mail_smtpname": "__APP__",
|
||||
|
|
Loading…
Add table
Reference in a new issue