Skip to content

Commit

Permalink
Update the database URL to the "olive" instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Dec 1, 2022
1 parent e034711 commit 565bca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ test:
# url: <%= ENV['DATABASE_URL'] %>
#
production:
url: <%= ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %>
url: <%= ENV['HEROKU_POSTGRESQL_OLIVE_URL'] || ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %>

0 comments on commit 565bca3

Please sign in to comment.