forked from hippoz/brainlet
revert config to fix conflict
This commit is contained in:
parent
aa12ffb0a1
commit
6a4112a13e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue