Change host for the docker compose
This commit is contained in:
parent
ae936d9817
commit
7dd198c42c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://localhost:27020/',
|
||||
mongodbHost: 'mongodb://mongodb-message:27020/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
|
|
|||
Reference in a new issue