Fixed db config

This commit is contained in:
Dan Elbert 2016-07-06 16:36:04 -05:00
parent df35dfcf5e
commit 8443220a79

View File

@ -30,7 +30,7 @@ docker:
database: parsley database: parsley
production: production:
adapter: pg adapter: postgresql
pool: 5 pool: 5
timeout: 5000 timeout: 5000
host: <%= ENV['PARSLEY_DB_HOST'] || 'mysql' %> host: <%= ENV['PARSLEY_DB_HOST'] || 'mysql' %>