Browse Source

Fixed minio type path.

feat/rm-test
Antun Franjin 4 years ago
parent
commit
5a0bf4c008
  1. 2
      02_hetzner/01_prod/rm/deployment.yaml

2
02_hetzner/01_prod/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.semprod.local
minio_use_https = False
minio_media_bucket = rm-prod

Loading…
Cancel
Save