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