git: Enable notification emails
All checks were successful
Cachix / build (elendel) (push) Successful in 1m24s
Cachix / build (kholinar) (push) Successful in 2m4s
Cachix / build (marabethia) (push) Successful in 1m31s

This commit is contained in:
Charlotte Van Petegem 2025-02-10 17:39:18 +01:00
parent 0a4e75d9ea
commit c1bae53e85
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -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";