zhangzengfei
2019-10-31 0b01e7cb78f7e64e52b6faf30f1e7e2b71acf784
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{}