Host changed to service name for the docker compose
This commit is contained in:
parent
da20cd2212
commit
52f13387c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const config = {
|
||||
// paramètres de connexion à la base de données
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://localhost:27017/',
|
||||
mongodbHost: 'mongodb://mongodb-authentication:27017/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
|
|
|||
Reference in a new issue