gitea: fix mailer

fix mailer settings
This commit is contained in:
Jörg Thalheim 2024-04-30 13:18:26 +02:00
parent d3afa7f13d
commit 86bb85c49b

View File

@ -29,7 +29,9 @@ in
settings.mailer = {
ENABLED = true;
FROM = "gitea@clan.lol";
HOST = "localhost:25";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
PROTOCOL = "smtps";
};
settings.log.LEVEL = "Error";
settings.service.DISABLE_REGISTRATION = false;