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{}