Merge pull request #5183 from betagouv/fix-spring-pg-crash

Correction de crashes lors de l'utilisation de Spring
This commit is contained in:
Pierre de La Morinerie 2020-05-25 11:45:39 +02:00 committed by GitHub
commit 2b644eb042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ development:
host: <%= ENV["DB_HOST"] %> host: <%= ENV["DB_HOST"] %>
username: <%= ENV["DB_USERNAME"] %> username: <%= ENV["DB_USERNAME"] %>
password: <%= ENV["DB_PASSWORD"] %> password: <%= ENV["DB_PASSWORD"] %>
# Workaround for https://github.com/ged/ruby-pg/issues/311
gssencmode: disable
test: test:
<<: *default <<: *default
@ -22,6 +24,8 @@ test:
host: localhost host: localhost
username: tps_test username: tps_test
password: tps_test password: tps_test
# Workaround for https://github.com/ged/ruby-pg/issues/311
gssencmode: disable
production: &production production: &production
<<: *default <<: *default