Commit 9c3cbe4b authored by John Noel's avatar John Noel

Updated README.md

parent e44a481e
...@@ -106,8 +106,8 @@ test: ...@@ -106,8 +106,8 @@ test:
production: production:
<<: *default <<: *default
database: app_production database: <%= "#{ENV['DATABASE_NAME']}_production" %>
username: app username: <%= ENV['RAILS_DATABASE_USERNAME'] %>
password: <%= ENV['RAILS_DATABASE_PASSWORD'] %> password: <%= ENV['RAILS_DATABASE_PASSWORD'] %>
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment