From 670d7d49b437da0a031de2c190b3c59734fb9f69 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 26 Nov 2020 11:43:30 +0200 Subject: [PATCH] restore config to fix conflit --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,