From 0122297bd6992f43959dbd8ebdf7895e4ffd6829 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 16 Nov 2021 09:14:26 +0100 Subject: [PATCH] Suite prod --- config/database.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.yml b/config/database.yml index 7942cbe..1f4a5ad 100644 --- a/config/database.yml +++ b/config/database.yml @@ -27,7 +27,7 @@ test: production: <<: *default + adapter: postgresql database: phone_app - username: phone_app - password: phone_app - socket: /var/run/mysqld/mysqld.sock + pool: 5 + username: postgres \ No newline at end of file