Skip to content

Commit

Permalink
HACK prevent segfault in test & development with pg
Browse files Browse the repository at this point in the history
More information about it can be found
[here](ged/ruby-pg#538).
  • Loading branch information
tuxagon committed Feb 15, 2024
1 parent a7bf6ee commit 3e39295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ default: &default
development:
<<: *default
database: doubleup_development
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>

test:
<<: *default
database: doubleup_test
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>

production:
<<: *default
Expand Down

0 comments on commit 3e39295

Please sign in to comment.