2026-03-17 18:11:53 +00:00
|
|
|
[databases]
|
|
|
|
|
authentik = host=postgresql.dbaas port=5432 dbname=authentik user=authentik password=${password}
|
|
|
|
|
|
|
|
|
|
[pgbouncer]
|
|
|
|
|
listen_addr = 0.0.0.0
|
|
|
|
|
listen_port = 6432
|
|
|
|
|
auth_type = md5
|
|
|
|
|
auth_file = /etc/pgbouncer/userlist.txt
|
2026-04-15 06:41:56 +00:00
|
|
|
pool_mode = session
|
2026-03-17 18:11:53 +00:00
|
|
|
max_client_conn = 200
|
|
|
|
|
default_pool_size = 20
|
|
|
|
|
reserve_pool_size = 5
|
|
|
|
|
reserve_pool_timeout = 5
|
|
|
|
|
ignore_startup_parameters = extra_float_digits
|