diff --git a/examples/getstarted/README.md b/examples/getstarted/README.md index be35fd087d..2156f2df22 100644 --- a/examples/getstarted/README.md +++ b/examples/getstarted/README.md @@ -58,7 +58,14 @@ const mongo = { options: {}, }; -module.exports = mongo; +// other connections... + +module.exports = { + defaultConnection: 'default', + connections: { + default: mongo, + }, +}; ``` `docker-compose.dev.yml`