mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
server: handle command line and env variables at one place. (#3975)
This commit is contained in:
@@ -109,6 +109,9 @@ var (
|
||||
// Time when object layer was initialized on start up.
|
||||
globalBootTime time.Time
|
||||
|
||||
globalActiveCred credential
|
||||
globalPublicCerts []*x509.Certificate
|
||||
globalXLObjCacheDisabled bool
|
||||
// Add new variable global values here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user