Skip to content

Commit

Permalink
Fix puma crash on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Oct 17, 2024
1 parent 6aa5ef7 commit 6f633d8
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 @@ -9,6 +9,7 @@ default: &default
development:
<<: *default
database: <%= ENV['OXA_DEV_DB'] || 'ox_accounts_dev' %>
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
Expand Down

0 comments on commit 6f633d8

Please sign in to comment.