git: Enable notification emails
This commit is contained in:
parent
0a4e75d9ea
commit
c1bae53e85
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,10 @@
|
|||
ROOT_URL = "https://git.chvp.be/";
|
||||
HTTP_ADDR = "/run/forgejo/forgejo.socket";
|
||||
};
|
||||
service.EMAIL_DOMAIN_ALLOWLIST = "vanpetegem.be";
|
||||
service = {
|
||||
EMAIL_DOMAIN_ALLOWLIST = "vanpetegem.be";
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "smtps";
|
||||
|
|
Loading…
Add table
Reference in a new issue