forked from Drift/pvv-nixos-config
bekkalokk/gitea: set default email notification preference to 'onmention'
This commit is contained in:
parent
1591fdb7cc
commit
f3a29429aa
|
@ -58,6 +58,7 @@ in {
|
|||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
admin.DEFAULT_EMAIL_NOTIFICATIONS = "onmention";
|
||||
session.COOKIE_SECURE = true;
|
||||
database.LOG_SQL = false;
|
||||
repository = {
|
||||
|
|
Loading…
Reference in New Issue