We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca5ea6 commit f01f074Copy full SHA for f01f074
source/quick-start.txt
@@ -49,6 +49,15 @@ code.
49
50
export MONGODB_URI="<your MongoDB URI>"
51
52
+.. note:: PowerShell Environment Variables
53
+
54
+ If you are using Microsoft PowerShell, run the following command to
55
+ save your connection string in an environment variable:
56
57
+ .. code-block:: bash
58
59
+ set MONGODB_URI="<your MongoDB URI>"
60
61
.. important::
62
63
Make sure to replace the ``<username>`` and ``<password>`` sections of the connection
0 commit comments