Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma authored Aug 15, 2023
1 parent 9db465c commit ddc7eda
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
"404": "404.html"
}
},
"database": {
"dialect": "mongodb",
"host": "127.0.0.1",
"port": "27017",
"database": "my-project-database"
}
"database": "mongodb://127.0.0.1:27017/my-project-database"
},
"properties": {
"brand.name": "My Project"
Expand Down

0 comments on commit ddc7eda

Please sign in to comment.