Explorar el Código

fixing get config

afeiszli hace 4 años
padre
commit
39f0f46d3b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"
 	}