forked from erp-dev/erp
giveup7
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -31,6 +31,8 @@ services:
|
||||
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
|
||||
PGBOUNCER_LISTEN_PORT: 6432
|
||||
PGBOUNCER_AUTH_TYPE: trust
|
||||
# 使用 trust 认证时,需要指定 auth_user,所有客户端连接都使用此用户
|
||||
PGBOUNCER_AUTH_USER: postgres
|
||||
# 连接池配置
|
||||
PGBOUNCER_POOL_MODE: transaction
|
||||
PGBOUNCER_MAX_CLIENT_CONN: "100"
|
||||
|
||||
@@ -34,6 +34,8 @@ services:
|
||||
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
|
||||
PGBOUNCER_LISTEN_PORT: 6432
|
||||
PGBOUNCER_AUTH_TYPE: trust
|
||||
# 使用 trust 认证时,需要指定 auth_user,所有客户端连接都使用此用户
|
||||
PGBOUNCER_AUTH_USER: postgres
|
||||
# 连接池配置
|
||||
PGBOUNCER_POOL_MODE: transaction
|
||||
PGBOUNCER_MAX_CLIENT_CONN: "100"
|
||||
|
||||
@@ -31,6 +31,8 @@ services:
|
||||
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
|
||||
PGBOUNCER_LISTEN_PORT: 6432
|
||||
PGBOUNCER_AUTH_TYPE: trust
|
||||
# 使用 trust 认证时,需要指定 auth_user,所有客户端连接都使用此用户
|
||||
PGBOUNCER_AUTH_USER: postgres
|
||||
# 连接池配置
|
||||
PGBOUNCER_POOL_MODE: transaction
|
||||
PGBOUNCER_MAX_CLIENT_CONN: "100"
|
||||
|
||||
Reference in New Issue
Block a user