mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
Set default DATABASE_URL
This commit is contained in:
parent
0c485834c4
commit
03b7d39b49
@ -11,4 +11,4 @@ test:
|
||||
timeout: 5000
|
||||
|
||||
production:
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
url: <%= ENV.fetch("DATABASE_URL", "postgresql://localhost/my-images") %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user