nextcloud-kustom/overlays/dev/resources/files/minio/config.env

4 lines
154 B
Bash

export MINIO_ROOT_USER="minio_root"
export MINIO_ROOT_PASSWORD="MinioRootNotSoSecret"
export MINIO_STORAGE_CLASS_STANDARD="EC:2"
export MINIO_BROWSER="on"