5 lines
302 B
Bash
5 lines
302 B
Bash
export MINIO_ACCESS_KEY=minio
|
|
export MINIO_SECRET_KEY=minio123
|
|
export MINIO_IDENTITY_OPENID_CONFIG_URL=https://localhost:9443/oauth2/oidcdiscovery/.well-known/openid-configuration
|
|
export MINIO_POLICY_OPA_URL=http://localhost:8181/v1/data/httpapi/authz
|
|
export MINIO_ETCD_ENDPOINTS=http://localhost:2379
|