Skip to content

Commit b683581

Browse files
authored
Merge pull request #485 from arosen93/rosen-fwdocs
Add instructions for using a MongoDB URI in docs
2 parents 3f2ea6c + d5a2328 commit b683581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs_rst/installation.rst

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ We've set up a test database to see if you can connect to it.
127127
username: test_user
128128
password: testing123
129129

130+
Note: If using a MongoDB URI (e.g. mongodb+srv://<username>:<password>@host/MyDBName), provide this as the `host`, exclude the `username` and `password`, and make sure to set `uri_store: true`.
131+
130132
2. Execute the command::
131133

132134
lpad -l my_launchpad_testing.yaml get_wflows

0 commit comments

Comments
 (0)