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