mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
remove auto-port warning for console-address (#15260)
This commit is contained in:
@@ -173,9 +173,8 @@ var (
|
||||
globalMinioAddr = ""
|
||||
|
||||
// MinIO default port, can be changed through command line.
|
||||
globalMinioPort = GlobalMinioDefaultPort
|
||||
globalMinioConsolePort = "13333"
|
||||
globalMinioConsolePortAuto = false
|
||||
globalMinioPort = GlobalMinioDefaultPort
|
||||
globalMinioConsolePort = "13333"
|
||||
|
||||
// Holds the host that was passed using --address
|
||||
globalMinioHost = ""
|
||||
|
||||
Reference in New Issue
Block a user