1
0
forked from erp-dev/erp

fix: wrong password type

This commit is contained in:
2025-12-25 10:54:03 +08:00
parent f62572eef6
commit 2c5174a1ec
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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

View File

@@ -1,2 +1,2 @@
"postgres" "md53175bce1d3201d16594cebf9d7eb3f9d" "postgres" "postgres"
"pgbouncer_stats" "md5020ee831c95741b96bf72786eed800c1" "pgbouncer_stats" "stats"