mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Updates for MinIO Server 2024-05-10 release (#1234)
Updates for MinIO Server RELEASE.2024-05-10T01-41-38Z - Removes references to `MINIO_SERVER_URL` envvar. - Updates KMS and KES related envvar settings to add KMS as an option. - Also differentiates KMS and KES related envvar into three groups, which are mutually exclusive. Closes #1214
This commit is contained in:
@ -25,13 +25,6 @@ The following example provides a starting environment file:
|
||||
# For example, `--console-address :9001` sets the MinIO Console listen port
|
||||
MINIO_OPTS="--console-address :9001"
|
||||
|
||||
# MINIO_SERVER_URL sets the hostname of the local machine for use with the MinIO Server
|
||||
# MinIO assumes your network control plane can correctly resolve this hostname to the local machine
|
||||
|
||||
# Uncomment the following line and replace the value with the correct hostname for the local machine and port for the MinIO server (9000 by default).
|
||||
|
||||
#MINIO_SERVER_URL="http://minio.example.net:9000"
|
||||
|
||||
Include any other environment variables as required for your deployment.
|
||||
|
||||
.. end-common-deploy-create-environment-file-single-drive
|
||||
@ -89,13 +82,6 @@ The following example provides a starting environment file:
|
||||
# For example, `--console-address :9001` sets the MinIO Console listen port
|
||||
MINIO_OPTS="--console-address :9001"
|
||||
|
||||
# MINIO_SERVER_URL sets the hostname of the local machine for use with the MinIO Server.
|
||||
# MinIO assumes your network control plane can correctly resolve this hostname to the local machine.
|
||||
|
||||
# Uncomment the following line and replace the value with the correct hostname for the local machine.
|
||||
|
||||
#MINIO_SERVER_URL="http://minio.example.net"
|
||||
|
||||
Include any other environment variables as required for your local deployment.
|
||||
.. end-common-deploy-create-environment-file-multi-drive
|
||||
|
||||
|
Reference in New Issue
Block a user