Skip to content

Commit dd1c77a

Browse files
committed
Docstring
1 parent dfb8de9 commit dd1c77a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mongodb_settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@
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)
2022
"OPTIONS": {"directConnection": True},
2123
},
2224
"other": {
2325
"ENGINE": "django_mongodb_backend",
2426
"NAME": "djangotests-other",
27+
# Skip replica set discovery and connect directly
28+
# to a single MongoDB instance (standalone server)
2529
"OPTIONS": {"directConnection": True},
2630
},
2731
}

0 commit comments

Comments
 (0)