From 570d4376f93813db30e97076ed68dc4113c70e6c Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 15 May 2021 15:32:51 +0200 Subject: [PATCH] suite --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 386c552..729b179 100644 --- a/config/database.yml +++ b/config/database.yml @@ -27,5 +27,5 @@ production: <<: *default database: laverie_app username: laverie_app - password: laverie_prod + password: laverie_app socket: /var/run/mysqld/mysqld.sock