forgejo: fix email host address
This commit is contained in:
parent
48ab9a83f6
commit
9c76e76cd1
|
@ -34,7 +34,7 @@ in
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = "mail.lelgenio.com";
|
||||
SMTP_ADDR = "lelgenio.com";
|
||||
FROM = "noreply@git.lelgenio.com";
|
||||
USER = "noreply@git.lelgenio.com";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue