diff --git a/config/config.js b/config/config.js index 0f858c6..b919c68 100644 --- a/config/config.js +++ b/config/config.js @@ -1,10 +1,11 @@ -{ +module.exports = { "development": { - "username": "root", - "password": null, - "database": "database_development", + "username": "backend-twitter-user", + "password": '123.456', + "database": "twitter-clone-backend", "host": "127.0.0.1", - "dialect": "mysql" + "dialect": "postgres", + "port": 5432 }, "test": { "username": "root",