Browse Source
Fix pgBouncer resetting application name on every transaction (#23958)
closed-social-glitch-2
Eugen Rochko
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
config/database.yml
|
|
@ -5,6 +5,7 @@ default: &default |
|
|
|
connect_timeout: 15 |
|
|
|
encoding: unicode |
|
|
|
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %> |
|
|
|
application_name: '' |
|
|
|
|
|
|
|
development: |
|
|
|
<<: *default |
|
|
|