7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00

Remove MONGOID_AUTH_MECH setting from forum Dockerfile.

This commit is contained in:
Andrés González 2021-09-15 03:38:40 -03:00 committed by Régis Behmo
parent b1e91e3626
commit 750bdca04d
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Note: Breaking changes between versions are indicated by "💥".
- [Feature] Add "openedx-dockerfile-post-git-checkout" patch.
- [Improvement] In the "openedx" Docker images, convert git patches to cherry-picks for a cleaner source tree.
- 💥[Feature] Make it possible to override local job configuration. This deprecates the older model for running jobs which dates back from a long time ago.
- [Bugfix] Fix a bug that prevented connecting to external MongoDB instances.
- [Bugfix] Install Ipython directly from pypy instead of installing it from source (the reason it was installed from source is no longer relevant). The effect of this shall speed up the process of openedx-dev Docker image.

View File

@ -45,7 +45,6 @@ ENV NEW_RELIC_ENABLE false
ENV API_KEY forumapikey
ENV SEARCH_SERVER "http://elasticsearch:9200"
ENV MONGODB_AUTH ""
ENV MONGOID_AUTH_MECH ""
ENV MONGODB_HOST "mongodb"
ENV MONGODB_PORT "27017"
ENV MONGODB_DATABASE "cs_comments_service"