From 4950082c285986eabd21669933cfc1150e79f554 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 15 Oct 2023 21:27:23 +0100 Subject: [PATCH] Remove deprecated gitea config settings --- ansible/roles/gitea/files/app.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/roles/gitea/files/app.ini b/ansible/roles/gitea/files/app.ini index 6ff5e6e..992fd89 100644 --- a/ansible/roles/gitea/files/app.ini +++ b/ansible/roles/gitea/files/app.ini @@ -32,7 +32,6 @@ PROVIDER = db COOKIE_NAME = gitea_session [log] -ENABLE_ACCESS_LOG = false LEVEL = warn [security] @@ -119,8 +118,7 @@ SMTP_PORT = 465 FROM = "{{ mailer_from_address }}" USER = "{{ mailer_user }}" PASSWD = "{{ mailer_password }}" -MAILER_TYPE = smtp -IS_TLS_ENABLED = true +PROTOCOL = smtps [packages] STORAGE_TYPE = backblaze