Commit 734d37a6 by John Doe

fixed database.yml

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