From b9b81448965cd49d6e67b26506af561b88d75b5b Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 20 十一月 2019 10:41:28 +0800 Subject: [PATCH] -- --- config/test.yaml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/config/test.yaml b/config/test.yaml index b75ad1b..655231c 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -19,6 +19,22 @@ channelCount: 0 #纭洏涓暟 diskCount: 2 + #Exec root command + sudoPassword: 123 + sysThresholds: + - + value: 60 + color: '#13ce66' + - + value: 80 + color: '#FF9C4A' + - + value: 95 + color: '#f53d3d' + - + value: 100 + color: '#5d0000' + ptzSpeed: 50 database: driver: sqlite name: sqlite3 -- Gitblit v1.8.0