1
0
Fork 0

bekkalokk/gitea: don't autowatch all members to all projects

This commit is contained in:
Daniel Lovbrotte Olsen 2024-08-27 09:26:00 +02:00
parent bb4662b345
commit ef3b146b58
1 changed files with 1 additions and 0 deletions

View File

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