From f38a6ca9852008298dde79fc0785d27bde5f89ed Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 22 Feb 2015 14:50:49 +0100 Subject: [PATCH] database config --- config/database.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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