change port mongodbHost for service-privateroom
This commit is contained in:
parent
36e6596c78
commit
6818e0bb47
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27017/',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27018/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
|
|
|||
Reference in a new issue