Compare commits
1 Commits
main
...
fix-env-to
Author | SHA1 | Date | |
---|---|---|---|
|
e18ecb5c62 |
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user