3
0

add bouncer

This commit is contained in:
12ww1160
2025-12-05 13:06:10 +01:00
parent 9df1304812
commit c4fcffcb40
20 changed files with 119 additions and 16 deletions

View File

@@ -0,0 +1 @@
<%= @bouncer_db_name %> = host=<%= @bouncer_host %> port=<%= @db_host_port %> dbname=<%= @bouncer_db_name %>

View File

@@ -0,0 +1,11 @@
[pgbouncer]
listen_addr = <%= @pl_bouncer_listen_addr %>
listen_port = <%= @pl_bouncer_port %>
auth_type = <%= @pl_bouncer_auth_mode %>
auth_file = <%= @pl_bouncer_auth_file %>
pool_mode = <%= @pl_bouncer_pool_mode %>
max_client_conn = <%= @pl_bouncer_mx_cl_conn %>
default_pool_size = <%= @pl_bouncer_pool_size %>
ignore_startup_parameters = extra_float_digits
[databases]