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 408dc7f commit 72ca002Copy full SHA for 72ca002
README.md
@@ -13,7 +13,7 @@ activate your Python virtualenv, and then run the following from your terminal (
13
pip install -r requirements.txt
14
15
# Configure the location of your MongoDB database:
16
-export DB_URL="mongodb+srv://<username>:<password>@<url>/<db>?retryWrites=true&w=majority"
+export MONGODB_URL="mongodb+srv://<username>:<password>@<url>/<db>?retryWrites=true&w=majority"
17
18
# Start the service:
19
uvicorn app:app --reload
0 commit comments