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 ec978c5 commit db872d9Copy full SHA for db872d9
.github/workflows/mongodb_settings.py
@@ -2,7 +2,6 @@
2
3
from django_mongodb_backend import parse_uri
4
5
-
6
PARSED_URI = parse_uri(os.getenv("MONGODB_URI")) if os.getenv("MONGODB_URI") else {}
7
8
# Temporary fix for https://github.com/mongodb-labs/mongo-orchestration/issues/268
0 commit comments