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