This commit is contained in:
pat-s
2023-07-19 17:54:03 +02:00
parent 81612bd788
commit e18ecb5c62
2 changed files with 6 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ stringData:
if [[ $section == '_generals_' ]]; then if [[ $section == '_generals_' ]]; then
env2ini::log " [ini root]" env2ini::log " [ini root]"
section='' section='DEFAULT'
else else
env2ini::log " ${section}" env2ini::log " ${section}"
fi fi
@@ -197,3 +197,7 @@ stringData:
fi fi
environment-to-ini -o $GITEA_APP_INI environment-to-ini -o $GITEA_APP_INI
env
cat /data/gitea/conf/app.ini

View File

@@ -494,6 +494,7 @@ postgresql-ha:
global: global:
postgresql: postgresql:
database: gitea database: gitea
password: gitea
username: gitea username: gitea
enabled: true enabled: true
postgresql: postgresql: