fix login with pg_hba.conf - it's not working with SCRAM-SHA-256 https://github.com/pgbouncer/pgbouncer/issues/774

This commit is contained in:
ace 2023-09-04 17:45:29 +03:00
parent 1dbc1a3e01
commit 512b0c3937
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -1 +1 @@
"{{ pgbouncer_postgresql_superuser_username }}" "{{ pgbouncer_postgresql_superuser_password_hash.query_result.0.passwd }}"
"{{ pgbouncer_postgresql_superuser_username }}" "{{ pgbouncer_postgresql_superuser_password }}"