Skip to content

Commit

Permalink
add database adapter to production env
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Nov 25, 2024
1 parent 707e7bc commit 41f0072
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 @@ -85,4 +85,5 @@ test:
# url: <%= ENV['DATABASE_URL'] %>
#
production:
<<: *default
url: <%= ENV['DATABASE_URL'] %>

0 comments on commit 41f0072

Please sign in to comment.