From b67d7d613383da4c8a0a6bc64fab651b32ee373e Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 9 Mar 2022 18:41:20 -0800 Subject: [PATCH] Add instructions for using a MongoDB URI in docs --- docs_rst/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs_rst/installation.rst b/docs_rst/installation.rst index 4db768032..89b923e27 100644 --- a/docs_rst/installation.rst +++ b/docs_rst/installation.rst @@ -127,6 +127,8 @@ We've set up a test database to see if you can connect to it. username: test_user password: testing123 +Note: If using a MongoDB URI (e.g. mongodb+srv://:@host/MyDBName), provide this as the `host`, exclude the `username` and `password`, and make sure to set `uri_store: true`. + 2. Execute the command:: lpad -l my_launchpad_testing.yaml get_wflows