From 12eb0dcceba91a282d93da5d10522aeedbf8fb6e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 16 Nov 2021 09:17:27 +0100 Subject: [PATCH] Suite --- config/database.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/database.yml b/config/database.yml index 1f4a5ad..8c6dba5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -27,7 +27,8 @@ test: production: <<: *default - adapter: postgresql - database: phone_app - pool: 5 - username: postgres \ No newline at end of file + database: arcom_app + username: postgres + password: 852321pg + host: localhost + port: 5432 \ No newline at end of file