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

Updated README.md

parent e44a481e
......@@ -106,8 +106,8 @@ test:
production:
<<: *default
database: app_production
username: app
database: <%= "#{ENV['DATABASE_NAME']}_production" %>
username: <%= ENV['RAILS_DATABASE_USERNAME'] %>
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