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.
5 lines
302 B
5 lines
302 B
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
|
|
|