remove custom prefix option
This commit is contained in:
parent
1c5a4902ed
commit
866a17f881
|
|
@ -12,7 +12,6 @@ auth_type = md5
|
|||
auth_file = /etc/pgbouncer/auth_file.txt
|
||||
auth_dbname = postgres
|
||||
admin_users = $PGUSER
|
||||
stats_users_prefix = robot_
|
||||
auth_query = SELECT * FROM $PGSCHEMA.user_lookup($1)
|
||||
logfile = /var/log/pgbouncer/pgbouncer.log
|
||||
pidfile = /var/run/pgbouncer/pgbouncer.pid
|
||||
|
|
|
|||
Loading…
Reference in New Issue