liuxiaolong
2020-01-06 2fdef0f732a5d6549d2c42a116dfdd3dc75a0b48
extend/config/config.go
@@ -29,6 +29,8 @@
   SudoPassword  string      `mapstructure: "sudoPassword"` //系统密码
   SysThresholds []threshold `mapstructure: "sysThresholds"`
   PTZSpeed      int         `mapstructure: "ptzSpeed"` // 云台移动速度
   PatchPath       string `mapstructure:"patchPath"`//系统更新包路径
   BakPath         string `mapstructure:"bakPath"`//系统更新包路径
}
var Server = &server{}