restore config to fix conflit

This commit is contained in:
hippoz 2020-11-26 11:43:30 +02:00
parent 3bc1fdbde7
commit 670d7d49b4

View file

@ -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,