diff --git a/config.js b/config.js index a225337..38600f1 100755 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ module.exports = { mainServerPort: 3000, }, address: 'localhost', - mongoUrl: 'mongodb://192.168.0.105:27017/app', + mongoUrl: 'mongodb://localhost:27017/app', bcryptRounds: 10, roleMap: { 'BANNED': 0,