mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add missing env doc for MINIO_DOMAIN (#5705)
This commit is contained in:
committed by
kannappanr
parent
7c747a9643
commit
35e64573fa
@@ -112,6 +112,9 @@ ENVIRONMENT VARIABLES:
|
||||
UPDATE:
|
||||
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
|
||||
|
||||
DOMAIN:
|
||||
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name.
|
||||
|
||||
GCS credentials file:
|
||||
GOOGLE_APPLICATION_CREDENTIALS: Path to credentials.json
|
||||
|
||||
@@ -122,7 +125,6 @@ EXAMPLES:
|
||||
$ export MINIO_ACCESS_KEY=accesskey
|
||||
$ export MINIO_SECRET_KEY=secretkey
|
||||
$ {{.HelpName}} mygcsprojectid
|
||||
|
||||
`
|
||||
|
||||
minio.RegisterGatewayCommand(cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user