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 Claire
parent 37a28ba203
commit 2fed61a477
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