forked from DGNum/infrastructure
fix(forgejo): Use correct config for mailer
This commit is contained in:
parent
45618cb180
commit
743e76ebb2
1 changed files with 1 additions and 2 deletions
|
@ -51,10 +51,9 @@ in
|
|||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "git@infra.dgnum.eu";
|
||||
MAILER_TYPE = "smtp";
|
||||
PROTOCOL = "smtps";
|
||||
SMTP_ADDR = "kurisu.lahfa.xyz";
|
||||
SMTP_PORT = 465;
|
||||
IS_TLS_ENABLED = true;
|
||||
USER = "web-services@infra.dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue