From 616d4437ed84413090da15bb28bad2dcb1c7bbd6 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 7 Jan 2025 10:57:47 -0300 Subject: [PATCH] fix: stop complaining on logs --- abra.sh | 2 +- app.ini.tmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 75ba4f2..72c6ada 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export APP_INI_VERSION=v19 +export APP_INI_VERSION=v20 export DOCKER_SETUP_SH_VERSION=v1 export PG_BACKUP_VERSION=v1 diff --git a/app.ini.tmpl b/app.ini.tmpl index 3934684..e817040 100644 --- a/app.ini.tmpl +++ b/app.ini.tmpl @@ -1,4 +1,5 @@ APP_NAME = {{ env "GITEA_APP_NAME" }} +WORK_PATH=/var/lib/gitea [database] DB_TYPE = {{ env "GITEA_DB_TYPE" }}