We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c8241 + 5a607e9 commit 0a16f3dCopy full SHA for 0a16f3d
config/database.yml
@@ -31,8 +31,8 @@ staging:
31
database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_staging') %>
32
33
production:
34
- # Set DATABASE_URL environment variable
35
- url: <%= ENV['DATABASE_URL'] %>
+ <<: *defaults
+ database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_production') %>
36
37
next:
38
<<: *defaults
0 commit comments