Skip to content

Commit

Permalink
Workaround segfault w/ pg & kerberos implementation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Nov 2, 2023
1 parent 1445ee9 commit eea9d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ default: &default
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: 5
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>

development:
<<: *default
Expand Down

0 comments on commit eea9d9f

Please sign in to comment.