aboutsummaryrefslogtreecommitdiffstats
path: root/minio/minio.conf
blob: 2e93f9a3d0a900b0dab79d4ada5b1756a820b388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# Volume to be used for MinIO server.
MINIO_VOLUMES="/sandcrawler-minio/data"
# Use if you want to run MinIO on a custom port.
MINIO_OPTS="--address :9000"
# Access Key of the server.
MINIO_ACCESS_KEY=REDACTED
# Secret key of the server.
MINIO_SECRET_KEY=REDACTED

# may need to set these manually using `mc admin config get`, edit the JSON, then `set`
MINIO_COMPRESS="on"
MINIO_COMPRESS_EXTENSIONS=".txt,.log,.csv,.json,.tar,.xml,.bin,.pdf,.tsv"
MINIO_COMPRESS_MIME_TYPES="text/*,application/json,application/xml,application/pdf,application/octet-stream"