Skip to content

Commit 72ca002

Browse files
committed
Fix env var name
1 parent 408dc7f commit 72ca002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ activate your Python virtualenv, and then run the following from your terminal (
1313
pip install -r requirements.txt
1414

1515
# Configure the location of your MongoDB database:
16-
export DB_URL="mongodb+srv://<username>:<password>@<url>/<db>?retryWrites=true&w=majority"
16+
export MONGODB_URL="mongodb+srv://<username>:<password>@<url>/<db>?retryWrites=true&w=majority"
1717

1818
# Start the service:
1919
uvicorn app:app --reload

0 commit comments

Comments
 (0)