From 711050a22e340652160b1c9120224b4992e52710 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:52:14 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/config.json b/conf/config.json index 2c0f344..18909f8 100644 --- a/conf/config.json +++ b/conf/config.json @@ -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": {