Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Oct 31, 2024
2 parents 1d34a90 + 163f955 commit d5d5766
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/20241010_170607_faraz.maqsood.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BugFix] Add PROFILE_IMAGE_BACKEND settings in minio using patch named `openedx-lms-production-settings` so that profile images persist in k8s deployment of openedx and profile images can work for both local and dev environment. (by @Faraz32123)
8 changes: 8 additions & 0 deletions tutorminio/patches/openedx-lms-production-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PROFILE_IMAGE_BACKEND = {
"class": DEFAULT_FILE_STORAGE,
"options": {
"bucket_name": "{{ MINIO_BUCKET_NAME }}",
"querystring_auth": False,
"location": PROFILE_IMAGE_BACKEND["options"]["location"].lstrip("/"),
},
}

0 comments on commit d5d5766

Please sign in to comment.