docs: update new name for MINIO_POLICY_OPA_URL (#14898)

This commit is contained in:
Eric Qiu 2022-05-11 16:04:15 -04:00 committed by GitHub
parent e34ca9acd1
commit c293c2e9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ In another terminal start MinIO:
export MINIO_CI_CD=1
export MINIO_ROOT_USER=minio
export MINIO_ROOT_PASSWORD=minio123
export MINIO_POLICY_OPA_URL=http://localhost:8080/
export MINIO_POLICY_PLUGIN_URL=http://localhost:8080/
minio server /tmp/disk{1...4}
```