mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
Remove MONGOID_AUTH_MECH setting from forum Dockerfile.
This commit is contained in:
parent
b1e91e3626
commit
750bdca04d
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user