mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 00:18:37 +01:00
Delete pgbouncer.ini
This commit is contained in:
parent
5ba644ee6f
commit
3bdcb29523
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
[databases]
|
||||
${PG_DB1} = host=127.0.0.1 port=15432 user=${PG_USER1} password=${PG_PW1} pool_mode=session
|
||||
${PG_DB2} = host=127.0.0.1 port=15432 user=${PG_USER2} password=${PG_PW2} pool_mode=session
|
||||
* = host=127.0.0.1 port=15432 user=${PG_DEFAULT_USER} password=${PG_DEFAULT_PW} pool_mode=session
|
||||
|
||||
[pgbouncer]
|
||||
listen_addr = 0.0.0.0
|
||||
listen_port = 5432
|
||||
auth_type = any
|
||||
admin_users = postgres
|
||||
max_client_conn = 200
|
||||
default_pool_size = 20
|
||||
reserve_pool_size = 10
|
||||
pool_mode = transaction
|
||||
server_reset_query = DISCARD ALL
|
||||
logfile = /var/log/pgbouncer.log
|
||||
pidfile = /var/run/pgbouncer.pid
|
||||
|
||||
# ⚠️ Les valeurs sont définies dans le fichier .env
|
||||
Loading…
Add table
Reference in a new issue