remove auto-port warning for console-address (#15260)

This commit is contained in:
Harshavardhana
2022-07-08 13:36:41 -07:00
committed by GitHub
parent c2ddcb3b40
commit 913e977c8d
4 changed files with 2 additions and 14 deletions

View File

@@ -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 = ""