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:52:14 +02:00
parent f2e491a7a4
commit 711050a22e

View file

@ -15,11 +15,9 @@
"localstorage.allowsymlinks": true,
"simpleSignUpLink.shown": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "smtp://__APP__:__MAIL_PWD__@localhost:587/?tls=True",
"mail_smtpport": 587,
"mail_smtpauth": true,
"mail_smtpname": "__APP__",
"mail_smtppassword": "__MAIL_PWD__"
"mail_smtphost": "localhost",
"mail_smtpport": 25,
"mail_smtpauth": false
},
"apps": {
"user_ldap": {