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