forked from erp-dev/erp
fix: wrong password type
This commit is contained in:
@@ -5,7 +5,7 @@ flower = host=postgres port=5432 dbname=flower pool_mode=session
|
||||
[pgbouncer]
|
||||
listen_addr = 0.0.0.0
|
||||
listen_port = 6432
|
||||
auth_type = md5
|
||||
auth_type = plain
|
||||
auth_file = /etc/pgbouncer/userlist.txt
|
||||
pool_mode = session
|
||||
max_client_conn = 800
|
||||
|
||||
Reference in New Issue
Block a user