Skip to content

Commit f32d09d

Browse files
committed
Docstring
1 parent c39c685 commit f32d09d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/mongodb_settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
"default": {
1818
"ENGINE": "django_mongodb_backend",
1919
"NAME": "djangotests",
20-
# Skip replica set discovery and connect directly
21-
# to a single MongoDB instance (standalone server)
20+
# Required when connecting to the Atlas image in Docker.
2221
"OPTIONS": {"directConnection": True},
2322
},
2423
"other": {
2524
"ENGINE": "django_mongodb_backend",
2625
"NAME": "djangotests-other",
27-
# Skip replica set discovery and connect directly
28-
# to a single MongoDB instance (standalone server)
2926
"OPTIONS": {"directConnection": True},
3027
},
3128
}

0 commit comments

Comments
 (0)