This commit is contained in:
pat-s 2023-07-19 17:54:03 +02:00
parent 81612bd788
commit e18ecb5c62
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 6 additions and 1 deletions

View File

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

View File

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