IP change to 127.0.0.1
This commit is contained in:
parent
dd82d15144
commit
c52975ff46
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://mongodb-message:27020/',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27020/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
|
|
|||
Reference in a new issue