forked from Drift/pvv-nixos-config
bekkalokk/gitea: don't autowatch all members to all projects
This commit is contained in:
parent
bb4662b345
commit
ef3b146b58
|
@ -59,6 +59,7 @@ in {
|
|||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
AUTO_WATCH_NEW_REPOS = false;
|
||||
};
|
||||
admin.DEFAULT_EMAIL_NOTIFICATIONS = "onmention";
|
||||
session.COOKIE_SECURE = true;
|
||||
|
|
Loading…
Reference in New Issue