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,7 +1,7 @@
|
|||
const config = {
|
||||
// paramètres de connexion à la base de données
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://mongodb-authentication:27017/',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27017/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
|
|
|||
Reference in a new issue