Merge initConfig logic to ConfigSys (#6312)

This commit is contained in:
Harshavardhana
2018-08-19 13:57:18 -07:00
committed by kannappanr
parent bf14e5ce1b
commit 7d7e21aebb
7 changed files with 84 additions and 52 deletions

View File

@@ -97,7 +97,7 @@ func TestServerConfigWithEnvs(t *testing.T) {
serverHandleEnvVars()
// Init config
initConfig()
initConfig(objLayer)
// Check if serverConfig has
if globalServerConfig.GetBrowser() {