Initial import
This commit is contained in:
16
multidb-pg-pgbouncer/pgbouncer.ini
Normal file
16
multidb-pg-pgbouncer/pgbouncer.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
[databases]
|
||||
solid_cache = host=solid-pg port=5432 dbname=solid_cache user=postgres password=Zie6ioloo5ehi0oosei4fahg
|
||||
solid_queue = host=solid-pg port=5432 dbname=solid_queue user=postgres password=Zie6ioloo5ehi0oosei4fahg
|
||||
|
||||
[pgbouncer]
|
||||
listen_addr = 0.0.0.0
|
||||
listen_port = 5432
|
||||
#auth_type = scram-sha-256
|
||||
auth_type = md5
|
||||
auth_file = /etc/pgbouncer/userlist.txt
|
||||
logfile = /var/log/pgbouncer/pgbouncer.log
|
||||
pidfile = /var/run/pgbouncer/pgbouncer.pid
|
||||
admin_users = postgres
|
||||
max_client_conn = 3500
|
||||
pool_mode = transaction
|
||||
Reference in New Issue
Block a user