Setup smtp for forgejo
This commit is contained in:
parent
8f9458cdae
commit
311d28653f
1 changed files with 4 additions and 3 deletions
|
@ -59,9 +59,10 @@ in
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = "TODO";
|
||||
FROM = "noreply@${srv.DOMAIN}";
|
||||
USER = "noreply@${srv.DOMAIN}";
|
||||
SMTP_ADDR = "80.151.91.109";
|
||||
SMTP_PORT = 25;
|
||||
FROM = "noreply@$ptspaper.de";
|
||||
USER = "noreply@$ptspaper.de";
|
||||
};
|
||||
};
|
||||
dump = {
|
||||
|
|
Loading…
Reference in a new issue