From 6a4112a13ebffe18a0a621b7a710a5ffdafb4e1e Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 3 Dec 2020 01:49:33 +0200 Subject: [PATCH] revert config to fix conflict --- 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,