Skip to content

Commit 206fbb1

Browse files
committed
chore: pgbouncer config
1 parent 40506b7 commit 206fbb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/files/pgbouncer_config/pgbouncer.ini.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ auth_file = /etc/pgbouncer/userlist.txt
122122
;; Query to use to fetch password from database. Result
123123
;; must have 2 columns - username and password hash.
124124
auth_query = SELECT * FROM pgbouncer.get_auth($1)
125+
auth_dbname = postgres
125126

126127
;;;
127128
;;; Users allowed into database 'pgbouncer'

0 commit comments

Comments
 (0)