Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add PROFILE_IMAGE_BACKEND settings for k8s
- Add PROFILE_IMAGE_BACKEND settings in tutor-minio using patch named `openedx-lms-production-settings` so that profile images persist in k8s deployment of openedx and profile images can work now for both local(will use minio storage if minio plugin is enabled) and dev environment. - In case of dev environment, backend expects the valid S3 `base_url` key in the PROFILE_IMAGE_BACKEND settings. It will be using openedx `DEFAULT_FILE_STORAGE`.
- Loading branch information