mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Remove references to MINIO_ENDPOINTS (#6200)
MINIO_ENDPOINTS is a special case scenario we don't need to document it for now.
This commit is contained in:
parent
4f52d22c36
commit
20480ba3f7
@ -72,9 +72,6 @@ ENVIRONMENT VARIABLES:
|
|||||||
MINIO_ACCESS_KEY: Custom username or access key of minimum 3 characters in length.
|
MINIO_ACCESS_KEY: Custom username or access key of minimum 3 characters in length.
|
||||||
MINIO_SECRET_KEY: Custom password or secret key of minimum 8 characters in length.
|
MINIO_SECRET_KEY: Custom password or secret key of minimum 8 characters in length.
|
||||||
|
|
||||||
ENDPOINTS:
|
|
||||||
MINIO_ENDPOINTS: List of all endpoints delimited by ' '.
|
|
||||||
|
|
||||||
BROWSER:
|
BROWSER:
|
||||||
MINIO_BROWSER: To disable web browser access, set this value to "off".
|
MINIO_BROWSER: To disable web browser access, set this value to "off".
|
||||||
|
|
||||||
@ -106,9 +103,8 @@ EXAMPLES:
|
|||||||
$ export MINIO_DOMAIN=mydomain.com
|
$ export MINIO_DOMAIN=mydomain.com
|
||||||
$ {{.HelpName}} --address mydomain.com:9000 /mnt/export
|
$ {{.HelpName}} --address mydomain.com:9000 /mnt/export
|
||||||
|
|
||||||
4. Start minio server on 64 disks server with endpoints through environment variable.
|
4. Start erasure coded minio server on a node with 64 drives.
|
||||||
$ export MINIO_ENDPOINTS=/mnt/export{1...64}
|
$ {{.HelpName}} /mnt/export{1...64}
|
||||||
$ {{.HelpName}}
|
|
||||||
|
|
||||||
5. Start distributed minio server on an 8 node setup with 8 drives each. Run following command on all the 8 nodes.
|
5. Start distributed minio server on an 8 node setup with 8 drives each. Run following command on all the 8 nodes.
|
||||||
$ export MINIO_ACCESS_KEY=minio
|
$ export MINIO_ACCESS_KEY=minio
|
||||||
|
Loading…
Reference in New Issue
Block a user