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/";
|
ROOT_URL = "https://git.chvp.be/";
|
||||||
HTTP_ADDR = "/run/forgejo/forgejo.socket";
|
HTTP_ADDR = "/run/forgejo/forgejo.socket";
|
||||||
};
|
};
|
||||||
service.EMAIL_DOMAIN_ALLOWLIST = "vanpetegem.be";
|
service = {
|
||||||
|
EMAIL_DOMAIN_ALLOWLIST = "vanpetegem.be";
|
||||||
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "smtps";
|
PROTOCOL = "smtps";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue