migrate to newer format for gitea email settings
This commit is contained in:
parent
21ce077144
commit
f607e80bb5
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ in {
|
|||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "git.cyplo.dev <gitea@${emailDomain}>";
|
||||
MAILER_TYPE = "smtp";
|
||||
HOST = "smtp.eu.mailgun.org:465";
|
||||
IS_TLS_ENABLED = true;
|
||||
PROTOCOL = "smtps";
|
||||
SMTP_ADDR = "smtp.eu.mailgun.org";
|
||||
SMTP_PORT = 465;
|
||||
USER = "postmaster@${emailDomain}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue