fix(services/forgejo): enable notification emails
This commit is contained in:
parent
fb42002a18
commit
41122b7b5f
@ -80,6 +80,10 @@ in {
|
|||||||
};
|
};
|
||||||
settings.service = {
|
settings.service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
|
};
|
||||||
|
settings.admin = {
|
||||||
|
DEFAULT_EMAIL_NOTIFICATIONS = "onmention";
|
||||||
};
|
};
|
||||||
settings.openid = {
|
settings.openid = {
|
||||||
ENABLE_OPENID_SIGNIN = true;
|
ENABLE_OPENID_SIGNIN = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user