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