Skip to content

Commit

Permalink
updated developmen config details
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Nov 3, 2020
1 parent cef8b7e commit 9d1ae5f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/config.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9d1ae5f

Please sign in to comment.