1
0
Fork 0
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:
Éric Gaspar 2023-10-09 15:31:43 +02:00
parent ee03b25070
commit f2e491a7a4

View file

@ -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__",