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

Merged
danio merged 1 commits from gitea_autowatch into main 2024-08-27 09:29:57 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ef3b146b58 - Show all commits

View File

@ -59,6 +59,7 @@ in {
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true; ENABLE_NOTIFY_MAIL = true;
AUTO_WATCH_NEW_REPOS = false;
}; };
admin.DEFAULT_EMAIL_NOTIFICATIONS = "onmention"; admin.DEFAULT_EMAIL_NOTIFICATIONS = "onmention";
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;