Compare commits

...

1 Commits

Author SHA1 Message Date
pat-s
e18ecb5c62
debug 2023-07-19 23:26:49 +02:00
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: