1
0
Fork 0

gitea: enable notification mails

This commit is contained in:
Oystein Kristoffer Tveit 2024-07-04 20:41:46 +02:00
parent 946555e408
commit 0301691b1c
Signed by untrusted user: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@ in {
SUBJECT_PREFIX = "[pvv-git]"; SUBJECT_PREFIX = "[pvv-git]";
}; };
indexer.REPO_INDEXER_ENABLED = true; indexer.REPO_INDEXER_ENABLED = true;
service.DISABLE_REGISTRATION = true; service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
};
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
database.LOG_SQL = false; database.LOG_SQL = false;
repository = { repository = {