diff --git a/config/database.yml b/config/database.yml index f757016..25df6fd 100644 --- a/config/database.yml +++ b/config/database.yml @@ -16,4 +16,6 @@ test: production: <<: *default - + username: cs_app + password: cs_prod + socket: /var/run/mysqld/mysqld.sock