1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 22:38:27 +09:00

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

View File

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