mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add missing env doc for MINIO_DOMAIN (#5705)
This commit is contained in:
committed by
kannappanr
parent
7c747a9643
commit
35e64573fa
@@ -66,12 +66,14 @@ 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.
|
||||
|
||||
EXAMPLES:
|
||||
1. Start minio gateway server for B2 backend.
|
||||
$ export MINIO_ACCESS_KEY=accountID
|
||||
$ export MINIO_SECRET_KEY=applicationKey
|
||||
$ {{.HelpName}}
|
||||
|
||||
`
|
||||
minio.RegisterGatewayCommand(cli.Command{
|
||||
Name: b2Backend,
|
||||
|
||||
Reference in New Issue
Block a user