liuxiaolong
2019-12-20 7ce84b3d1e45d35c7c9f73561893039a05c16995
extend/config/config.go
@@ -30,6 +30,7 @@
   SysThresholds []threshold `mapstructure: "sysThresholds"`
   PTZSpeed      int         `mapstructure: "ptzSpeed"` // 云台移动速度
   PatchPath       string `mapstructure:"patchPath"`//系统更新包路径
   BakPath         string `mapstructure:"bakPath"`//系统更新包路径
}
var Server = &server{}