mirror of
https://github.com/minio/minio.git
synced 2025-04-03 19:30:29 -04:00
parent
ba708f51f2
commit
60f2df54e0
@ -54,20 +54,24 @@ var ServerFlags = []cli.Flag{
|
|||||||
Name: "address",
|
Name: "address",
|
||||||
Value: ":" + GlobalMinioDefaultPort,
|
Value: ":" + GlobalMinioDefaultPort,
|
||||||
Usage: "bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname",
|
Usage: "bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname",
|
||||||
|
EnvVar: "MINIO_ADDRESS",
|
||||||
},
|
},
|
||||||
cli.IntFlag{
|
cli.IntFlag{
|
||||||
Name: "listeners",
|
Name: "listeners",
|
||||||
Value: 1,
|
Value: 1,
|
||||||
Usage: "bind N number of listeners per ADDRESS:PORT",
|
Usage: "bind N number of listeners per ADDRESS:PORT",
|
||||||
|
EnvVar: "MINIO_LISTENERS",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "console-address",
|
Name: "console-address",
|
||||||
Usage: "bind to a specific ADDRESS:PORT for embedded Console UI, ADDRESS can be an IP or hostname",
|
Usage: "bind to a specific ADDRESS:PORT for embedded Console UI, ADDRESS can be an IP or hostname",
|
||||||
|
EnvVar: "MINIO_CONSOLE_ADDRESS",
|
||||||
},
|
},
|
||||||
cli.DurationFlag{
|
cli.DurationFlag{
|
||||||
Name: "shutdown-timeout",
|
Name: "shutdown-timeout",
|
||||||
Value: xhttp.DefaultShutdownTimeout,
|
Value: xhttp.DefaultShutdownTimeout,
|
||||||
Usage: "shutdown timeout to gracefully shutdown server",
|
Usage: "shutdown timeout to gracefully shutdown server",
|
||||||
|
EnvVar: "MINIO_SHUTDOWN_TIMEOUT",
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user