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 c39c685 commit f32d09dCopy full SHA for f32d09d
.github/workflows/mongodb_settings.py
@@ -17,15 +17,12 @@
17
"default": {
18
"ENGINE": "django_mongodb_backend",
19
"NAME": "djangotests",
20
- # Skip replica set discovery and connect directly
21
- # to a single MongoDB instance (standalone server)
+ # Required when connecting to the Atlas image in Docker.
22
"OPTIONS": {"directConnection": True},
23
},
24
"other": {
25
26
"NAME": "djangotests-other",
27
28
29
30
31
}
0 commit comments