buildbot ci setup #170

Merged
Mic92 merged 22 commits from ci into main 2024-05-01 10:30:00 +00:00
Showing only changes of commit 86bb85c49b - Show all commits

View File

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