mirror of
https://github.com/minio/minio.git
synced 2025-01-13 16:03:21 -05:00
6 lines
235 B
Bash
6 lines
235 B
Bash
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=localhost:2379
|