Browse Source

fixing get config

afeiszli 4 years ago
parent
commit
39f0f46d3b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      servercfg/serverconf.go

+ 0 - 1
servercfg/serverconf.go

@@ -31,7 +31,6 @@ func GetServerConfig() config.ServerConfig {
 	cfg.AllowedOrigin = GetAllowedOrigin()
 	cfg.RestBackend = "off"
 	cfg.Verbosity = GetVerbose()
-	cfg.SQLConn = GetSQLConn()
 	if IsRestBackend() {
 		cfg.RestBackend = "on"
 	}