sunty
2019-11-01 712ef81c6b8813a498a66cf61ffcd37e5c502c8c
extend/config/config.go
@@ -26,8 +26,9 @@
   ChannelCount    string `mapstructure: "channelCount"`    //通道个数
   DiskCount       string `mapstructure: "diskCount"`       //硬盘个数
   SudoPassword  string      `mapstructure: "sudoPassword"`
   SudoPassword  string      `mapstructure: "sudoPassword"` //系统密码
   SysThresholds []threshold `mapstructure: "sysThresholds"`
   PTZSpeed      int         `mapstructure: "ptzSpeed"` // 云台移动速度
}
var Server = &server{}