config: fix spring randomly crashing in the pg gem

See https://github.com/ged/ruby-pg/issues/311
This commit is contained in:
Pierre de La Morinerie 2020-05-20 16:58:52 +02:00 committed by GitHub Action
parent 1adb197e96
commit b0db74ea79

View file

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