6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 15:08:22 +00:00
tutor/plugins/minio/tutorminio/patches/lms-env.patch

3 lines
190 B
Diff
Raw Normal View History

"FILE_UPLOAD_STORAGE_BUCKET_NAME": "{{ MINIO_FILE_UPLOAD_BUCKET_NAME }}",
"COURSE_IMPORT_EXPORT_BUCKET": "{{ MINIO_COURSE_IMPORT_EXPORT_BUCKET }}",
"AWS_S3_CUSTOM_DOMAIN": "{{ MINIO_HOST }}"