Change host for the docker compose

This commit is contained in:
NyxiumYuuki 2021-05-28 08:53:31 +02:00
parent ae936d9817
commit 7dd198c42c

View file

@ -1,6 +1,6 @@
const config = {
mongodbDatabase: 'chat',
mongodbHost: 'mongodb://localhost:27020/',
mongodbHost: 'mongodb://mongodb-message:27020/',
charset: 'utf8',
mongodbLogin: '',
mongodbPassword: '',