Update to 2023-09-08 15:00

This commit is contained in:
Daniel Berteaud
2023-09-08 15:00:13 +02:00
parent 0349b0c27e
commit 758b7f1094
3 changed files with 10 additions and 9 deletions

View File

@@ -57,11 +57,12 @@ ROOT = {{ gitea_root_dir }}/data/repositories
DEFAULT_BRANCH = {{ gitea_default_branch }}
[mailer]
ENABLED = true
HOST = localhost:25
FROM = gitea-no-reply@{{ ansible_domain }}
USER =
PASSWD =
ENABLED = true
SMTP_ADDR = localhost
SMTP_PORT = 25
FROM = gitea-no-reply@{{ ansible_domain }}
USER =
PASSWD =
[service]
REGISTER_EMAIL_CONFIRM = true