Remove deprecated gitea config settings
All checks were successful
/ terraform (push) Successful in 1m13s
/ ansible (push) Successful in 2m20s

This commit is contained in:
Jake Howard 2023-10-15 21:27:23 +01:00
parent ad867f9654
commit 4950082c28
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -32,7 +32,6 @@ PROVIDER = db
COOKIE_NAME = gitea_session COOKIE_NAME = gitea_session
[log] [log]
ENABLE_ACCESS_LOG = false
LEVEL = warn LEVEL = warn
[security] [security]
@ -119,8 +118,7 @@ SMTP_PORT = 465
FROM = "{{ mailer_from_address }}" FROM = "{{ mailer_from_address }}"
USER = "{{ mailer_user }}" USER = "{{ mailer_user }}"
PASSWD = "{{ mailer_password }}" PASSWD = "{{ mailer_password }}"
MAILER_TYPE = smtp PROTOCOL = smtps
IS_TLS_ENABLED = true
[packages] [packages]
STORAGE_TYPE = backblaze STORAGE_TYPE = backblaze