Skip to content

Commit

Permalink
Add default DB name for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
enricostano committed Jan 31, 2018
1 parent f0d061f commit 3b9d03b
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 @@ -27,7 +27,7 @@ test:

staging:
<<: *defaults
database: <%= ENV.fetch('DATABASE_NAME') %>
database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_staging') %>

production:
# Set DATABASE_URL environment variable
Expand Down

0 comments on commit 3b9d03b

Please sign in to comment.