forked from data.coop/ansible
gitea: Enable notify emails
This commit is contained in:
parent
17d4513b97
commit
54a38114d6
|
@ -34,3 +34,4 @@
|
||||||
GITEA__security__PASSWORD_COMPLEXITY: "off"
|
GITEA__security__PASSWORD_COMPLEXITY: "off"
|
||||||
GITEA__security__MIN_PASSWORD_LENGTH: "8"
|
GITEA__security__MIN_PASSWORD_LENGTH: "8"
|
||||||
GITEA__security__PASSWORD_CHECK_PWN: "true"
|
GITEA__security__PASSWORD_CHECK_PWN: "true"
|
||||||
|
GITEA__service__ENABLE_NOTIFY_MAIL: "true"
|
||||||
|
|
Loading…
Reference in a new issue