From c2e1be021106817a458d518e7992ad191af3f7f0 Mon Sep 17 00:00:00 2001 From: ammar Date: Wed, 6 May 2026 08:02:11 -0700 Subject: [PATCH] update some deprecated configs --- abra.sh | 2 +- app.ini.tmpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index ecb8721..54bf0f3 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export APP_INI_VERSION=v21 +export APP_INI_VERSION=v22 export DOCKER_SETUP_SH_VERSION=v1 export PG_BACKUP_VERSION=v1 diff --git a/app.ini.tmpl b/app.ini.tmpl index 9d5ceb2..1e88a07 100644 --- a/app.ini.tmpl +++ b/app.ini.tmpl @@ -87,7 +87,7 @@ SMTP_ADDR = {{ env "GITEA_MAILER_ADDR" }} SMTP_PORT = {{ env "GITEA_MAILER_PORT" }} USER = {{ env "GITEA_MAILER_USER" }} PASSWD = {{ secret "smtp_password" }} -MAILER_TYPE = smtp +PROTOCOL = smtp {{ end }} {{ if eq (env "GITEA_OAUTH2_CLIENT_ENABLED") "1" }} @@ -109,4 +109,3 @@ IS_INPUT_FILE = false MODE=console LEVEL=WARN STACKTRACE_LEVEL=None -ENABLE_XORM_LOG=false -- 2.49.0