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, mainServerPort: 3000,
}, },
address: 'localhost', address: 'localhost',
mongoUrl: 'mongodb://192.168.0.105:27017/app', mongoUrl: 'mongodb://localhost:27017/app',
bcryptRounds: 10, bcryptRounds: 10,
roleMap: { roleMap: {
'BANNED': 0, 'BANNED': 0,