Skip to content

Commit

Permalink
Revert "Update the database URL to the "olive" instance"
Browse files Browse the repository at this point in the history
This reverts commit 565bca3.
  • Loading branch information
ahukkanen committed Feb 20, 2023
1 parent fe488b5 commit f8183d1
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['HEROKU_POSTGRESQL_OLIVE_URL'] || ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %>
url: <%= ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %>

0 comments on commit f8183d1

Please sign in to comment.