Skip to content

Commit

Permalink
feat: 更改初始化config內容
Browse files Browse the repository at this point in the history
docs: Update README.md

更新config內容
  • Loading branch information
Chinlinlee committed Jan 21, 2021
1 parent 6c7d459 commit 15de296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports =
MONGODB: {
"host" : "127.0.0.1" ,
"port" : 27017 ,
"db" : "dbName" ,
"db" : "My_ntunhs" ,
"ssl" : false ,
"username" : "user" ,
"password" : "password" ,
Expand Down
2 changes: 1 addition & 1 deletion addConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports =
MONGODB: {
"host" : "127.0.0.1" ,
"port" : 27017 ,
"db" : "dbName" ,
"db" : "My_ntunhs" ,
"ssl" : false ,
"username" : "user" ,
"password" : "password" ,
Expand Down

0 comments on commit 15de296

Please sign in to comment.