forked from Drift/pvv-nixos-config
gitea: enable notification mails
This commit is contained in:
parent
946555e408
commit
0301691b1c
|
@ -54,7 +54,10 @@ in {
|
|||
SUBJECT_PREFIX = "[pvv-git]";
|
||||
};
|
||||
indexer.REPO_INDEXER_ENABLED = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
session.COOKIE_SECURE = true;
|
||||
database.LOG_SQL = false;
|
||||
repository = {
|
||||
|
|
Loading…
Reference in New Issue