Skip to content

Commit

Permalink
add config for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanngd committed Jul 31, 2020
1 parent 4886580 commit 254ff66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = {
server: {
secret: 'kjVkuti2xAyF3JGCzSZTk0YWM5JhI9mgQW4rytXc',
port: '3333',
host: '192.168.11.239',
host: 'localhost',
},
mongodb: {
host: 'localhost',
Expand Down

0 comments on commit 254ff66

Please sign in to comment.