From cae89b069c9266966767910f5e2f805ef03e74ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:58:06 +0200 Subject: [PATCH] Revert "Update config.json" This reverts commit 711050a22e340652160b1c9120224b4992e52710. --- conf/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 18909f8..2c0f344 100644 --- a/conf/config.json +++ b/conf/config.json @@ -15,9 +15,11 @@ "localstorage.allowsymlinks": true, "simpleSignUpLink.shown": false, "mail_smtpmode": "smtp", - "mail_smtphost": "localhost", - "mail_smtpport": 25, - "mail_smtpauth": false + "mail_smtphost": "smtp://__APP__:__MAIL_PWD__@localhost:587/?tls=True", + "mail_smtpport": 587, + "mail_smtpauth": true, + "mail_smtpname": "__APP__", + "mail_smtppassword": "__MAIL_PWD__" }, "apps": { "user_ldap": {