You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-fs/minio/files/minio.default

5 lines
140 B

MINIO_ACCESS_KEY="minio"
MINIO_VOLUMES="/var/lib/minio"
MINIO_OPTS="-C /etc/minio --address 127.0.0.1:9000"
MINIO_SECRET_KEY="miniostorage"