Skip to content

Commit 687fea9

Browse files
committed
Try removing the url value and see if it was really necessary or app.json fixed it
1 parent f9f3732 commit 687fea9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config/database.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ deploy_default: &deploy_default
2424
host: <%= ENV["DATABASE_HOST"] if ENV["DATABASE_USER"] %>
2525
username: <%= ENV["DATABASE_USER"] if ENV["DATABASE_USER"] %>
2626
password: <%= ENV["DATABASE_PASSWORD"] if ENV["DATABASE_PASSWORD"] %>
27-
url: <%= ENV["DATABASE_URL"] %>
2827

2928
# Store production database in the storage/ directory, which by default
3029
# is mounted as a persistent Docker volume in config/deploy.yml.

0 commit comments

Comments
 (0)