WIP: update some deprecated configs #51

Draft
ammaratef45 wants to merge 1 commits from config-update into master
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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