From f2e491a7a4946b03d2dc315d3ddb783b2397d33a 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:31:43 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index e71af9d..2c0f344 100644 --- a/conf/config.json +++ b/conf/config.json @@ -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__",