This commit is contained in:
pat-s
2023-07-19 16:38:38 +02:00
parent 317c93f38a
commit 88eb88c76d

View File

@ -481,7 +481,7 @@ redis-cluster:
## @section postgresql-ha ## @section postgresql-ha
# #
## @param postgresql-ha.enabled Enable postgresql-ha ## @param postgresql-ha.enabled Enable postgresql-ha
## @param postgresql-ha.global.postgresql.password Password for the `gitea` user (overrides `auth.password`) ## @param postgresql-ha.postgresql.password Password for the `gitea` user (overrides `auth.password`)
## @param postgresql-ha.global.postgresql.database Name for a custom database to create (overrides `auth.database`) ## @param postgresql-ha.global.postgresql.database Name for a custom database to create (overrides `auth.database`)
## @param postgresql-ha.global.postgresql.username Name for a custom user to create (overrides `auth.username`) ## @param postgresql-ha.global.postgresql.username Name for a custom user to create (overrides `auth.username`)
## @param postgresql-ha.postgresql.repmgrPassword Repmgr Password ## @param postgresql-ha.postgresql.repmgrPassword Repmgr Password
@ -492,13 +492,13 @@ redis-cluster:
postgresql-ha: postgresql-ha:
global: global:
postgresql: postgresql:
password: changeme4
database: gitea database: gitea
username: gitea username: gitea
enabled: true enabled: true
postgresql: postgresql:
repmgrPassword: changeme2 repmgrPassword: changeme2
postgresPassword: changeme1 postgresPassword: changeme1
password: changeme4
pgpool: pgpool:
adminPassword: changeme3 adminPassword: changeme3
service: service: