3
0

fix placeholder

This commit is contained in:
12ww1160
2025-12-05 14:52:36 +01:00
parent 47b2355431
commit 4a0f9ca235

View File

@@ -73,7 +73,7 @@ class confdroid_postgresql::params (
String $pl_bouncer_listen_addr = '0.0.0.0',
String $pl_bouncer_port = '6432',
String $pl_bouncer_auth_mode = 'md5',
String $pl_bouncer_auth_users = 'placeholder',
String $pl_bouncer_auth_users = '"pgbouncer" "fake"',
String $pl_bouncer_pool_mode = 'transaction',
String $pl_bouncer_mx_cl_conn = '100',
String $pl_bouncer_pool_size = '20',