# default config
#CONFIG_DIR=/etc/minio

# default /var/lib/minio
#DATA_DIR=/var/lib/minio

# Start single node server with 64 local drives "/mnt/data1" to "/mnt/data64"
# /mnt/data{1...64}
# DATA_DIR=/mnt/data{1...64}

# Start distributed minio server on an 32 node setup with 32 drives each, run following command on all the nodes
# MINIO_ACCESS_KEY=minio
# MINIO_SECRET_KEY=miniostorage
# DATA_DIR=http://node{1...32}.example.com/mnt/export{1...32}


# extra options, as --certs-dir
#MINIO_OPTIONS=""
