Browse Source

Merge branch 'refactor/minio-media-type-change' into 'master'

refactor/minio-media-type-change

See merge request devops/k8s-deployments!53
feat/semapp-prod
Domagoj Zecevic 4 years ago
parent
commit
23197116cb
  1. 2
      01_onsite/02_qa/rm/deployment.yaml

2
01_onsite/02_qa/rm/deployment.yaml

@ -133,7 +133,7 @@ data:
# media_type = django.core.files.storage.FileSystemStorage
media_type = flexrm.kernel.minio.storage.MinIOMediaStorage
media_type = flexrm.kernel.storage.minio.storage.MinIOMediaStorage
minio_endpoint = minio-api-dev.semapp.lan
minio_use_https = False
minio_media_bucket = rm-qa

Loading…
Cancel
Save