Commit 734d37a6 by John Doe

fixed database.yml

parent 340d070b
Showing with 5 additions and 5 deletions
......@@ -32,12 +32,12 @@ production:
aws:
adapter: postgresql
database: ENV['RDS_DATABASE']
host: ENV['RDS_HOST']
database: <%= ENV['RDS_DATABASE'] %>
host: <%= ENV['RDS_HOST'] %>
pool: 5
encoding: unicode
username: ENV['RDS_USERNAME']
password: ENV['RDS_PASSWORD']
username: <%= ENV['RDS_USERNAME'] %>
password: <%= ENV['RDS_PASSWORD'] %>
cucumber:
<<: *test
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 sign in to comment