6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00
tutor/tutor/templates
Régis Behmo f32eb08940 Make it easier to override mongodb connection parameters
Pymongo clients can connect to Mongodb with many parameters
(https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient)
but we don't want to create a new Tutor setting for every one of them.
This makes it easy for users to override Mongodb connection parameters,
simply by modifying the `mongodb_parameters` object.
In particular, this makes it easy to add "replicaSet" connection
parameters.
See https://github.com/overhangio/tutor/pull/372
2020-10-15 14:35:41 +02:00
..
android v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
apps Make it easier to override mongodb connection parameters 2020-10-15 14:35:41 +02:00
build Disable learner records globally by default 2020-10-01 13:39:45 +02:00
dev Make it possible to override the docker registry for individual services 2020-07-21 09:16:51 +02:00
hooks Introduce the OPENEDX_COMMON_VERSION setting 2020-09-03 17:33:25 +02:00
k8s Serve static assets with whitenoise instead of nginx 2020-08-04 09:39:53 +02:00
local Fix Apache proxy configuration when HTTPS is enabled 2020-10-06 12:00:38 +02:00
config.yml Upgrade to the latest release of MySQL 5.6 2020-09-23 15:33:22 +02:00
kustomization.yml Get rid of mysql/auth.env 2020-06-01 17:03:28 +02:00
version Add TUTOR_VERSION to template variables 2019-05-29 09:53:54 +02:00