Fix pgBouncer resetting application name on every transaction (#23958)

This commit is contained in:
Eugen Rochko 2023-03-05 01:52:42 +01:00 committed by GitHub
parent be1792e1d4
commit dfa9843ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ default: &default
connect_timeout: 15
encoding: unicode
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
application_name: ''
development:
<<: *default