From 0b6eee17da62ffd1e937cdaba7c330e2c83aaaa4 Mon Sep 17 00:00:00 2001 From: Alexandre Bodin Date: Fri, 29 May 2020 10:56:27 +0200 Subject: [PATCH] Update getstarted readme Signed-off-by: Alexandre Bodin --- examples/getstarted/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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`