mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
af997dbc51
@ -0,0 +1 @@
|
||||
- [Bugfix] Change `authSource` to `authsource`(LOWERCASE) in mongo db parameters. This allow to authenticate with credentials in openedx code.(by @johanv26)
|
@ -13,7 +13,7 @@ mongodb_parameters = {
|
||||
"password": {% if MONGODB_PASSWORD %}"{{ MONGODB_PASSWORD }}"{% else %}None{% endif %},
|
||||
# Connection/Authentication
|
||||
"ssl": {{ MONGODB_USE_SSL }},
|
||||
"authSource": "{{ MONGODB_AUTH_SOURCE }}",
|
||||
"authsource": "{{ MONGODB_AUTH_SOURCE }}",
|
||||
"replicaSet": {% if MONGODB_REPLICA_SET %}"{{ MONGODB_REPLICA_SET }}"{% else %}None{% endif %},
|
||||
{% if MONGODB_AUTH_MECHANISM %}"authMechanism": "{{ MONGODB_AUTH_MECHANISM }}",{% endif %}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user