Update getstarted readme

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-05-29 10:56:27 +02:00
parent 1cad652588
commit 0b6eee17da

View File

@ -58,7 +58,14 @@ const mongo = {
options: {},
};
module.exports = mongo;
// other connections...
module.exports = {
defaultConnection: 'default',
connections: {
default: mongo,
},
};
```
`docker-compose.dev.yml`