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 2ef2136 commit 3d7f52aCopy full SHA for 3d7f52a
.github/workflows/mongodb_settings.py
@@ -7,7 +7,7 @@
7
8
# Workaround for https://github.com/mongodb-labs/mongo-orchestration/issues/268
9
if db_settings["USER"] and db_settings["PASSWORD"]:
10
- db_settings.update({"tls": True, "tlsAllowInvalidCertificates": True})
+ db_settings["OPTIONS"].update({"tls": True, "tlsAllowInvalidCertificates": True})
11
DATABASES = {
12
"default": {**db_settings, "NAME": "djangotests"},
13
"other": {**db_settings, "NAME": "djangotests-other"},
0 commit comments