vps1: git: enable mailer

This commit is contained in:
Lgmrszd 2024-05-16 03:28:51 +03:00
parent 47554b5035
commit 788fbd489c
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -75,7 +75,11 @@ in
ENABLED = false;
};
mailer = {
ENABLED = false;
ENABLED = true;
MAILER_TYPE = "sendmail";
FROM = "forgejo+%{token}@${domain}";
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
SENDMAIL_ARGS = "--";
};
};
};