revert config to fix conflict

This commit is contained in:
hippoz 2020-12-03 01:49:33 +02:00
parent aa12ffb0a1
commit 6a4112a13e

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,