From b215a2e87e189febfde47e23ec933dee798bbecc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 06 十一月 2019 18:15:39 +0800
Subject: [PATCH] fix MoreFileUpload tip

---
 extend/config/config.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/extend/config/config.go b/extend/config/config.go
index 605482a..2ab67ab 100644
--- a/extend/config/config.go
+++ b/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{}

--
Gitblit v1.8.0