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.
|
export MINIO_ACCESS_KEY=minio
|
|
export MINIO_SECRET_KEY=minio123
|
|
export MINIO_IAM_JWKS_URL=http://localhost:9763/oauth2/jwks
|
|
export MINIO_IAM_OPA_URL=http://localhost:8181/v1/data/httpapi/authz
|
|
export MINIO_ETCD_ENDPOINTS=http://localhost:2379
|
|
|