1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-21 09:13:32 +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 e6f6fe6106
commit 282596a66e

View File

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