mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-09-08 15:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user