From 6ee0fe366c734f0555499afcc626787bf9192363 Mon Sep 17 00:00:00 2001 From: demon143 <59681577+demon143@users.noreply.github.com> Date: Mon, 27 Sep 2021 21:44:06 +0800 Subject: [PATCH] Update initialization.rst (#622) * Update initialization.rst * Update docs/start/initialization.rst Co-authored-by: you-n-g * Update docs/start/initialization.rst Co-authored-by: you-n-g Co-authored-by: you-n-g --- docs/start/initialization.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/start/initialization.rst b/docs/start/initialization.rst index 32c17ff83..eaf80f4a5 100644 --- a/docs/start/initialization.rst +++ b/docs/start/initialization.rst @@ -77,7 +77,8 @@ Besides `provider_uri` and `region`, `qlib.init` has other parameters. The follo }) - `mongo` Type: dict, optional parameter, the setting of `MongoDB `_ which will be used in some features such as `Task Management <../advanced/task_management.html>`_, with high performance and clustered processing. - Users need finished `installation `_ firstly, and run it in a fixed URL. + Users need to follow the steps in `installation `_ to install MongoDB firstly and then access it via a URI. + Users can access mongodb with credential by setting "task_url" to a string like `"mongodb://%s:%s@%s" % (user, pwd, host + ":" + port)`. .. code-block:: Python