Skip to content

Commit

Permalink
config: fix spring randomly crashing in the pg gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kemenaran authored and actions-user committed May 25, 2020
1 parent 1adb197 commit b0db74e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ 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
database: tps_test
host: localhost
username: tps_test
password: tps_test
# Workaround for https://github.com/ged/ruby-pg/issues/311
gssencmode: disable

production: &production
<<: *default
Expand Down

0 comments on commit b0db74e

Please sign in to comment.