From 74f675b955abcdadaa556c87fe3ec834c487271b Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 14 十一月 2019 15:59:02 +0800 Subject: [PATCH] fix ret --- config/test.yaml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/test.yaml b/config/test.yaml index 2fa49df..655231c 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -20,20 +20,21 @@ #纭洏涓暟 diskCount: 2 #Exec root command - sysServerPort: 18081 + sudoPassword: 123 sysThresholds: - value: 60 - color: #13ce66 + color: '#13ce66' - value: 80 - color: #FF9C4A + color: '#FF9C4A' - value: 95 - color: #f53d3d + color: '#f53d3d' - value: 100 - color: #5d0000 + color: '#5d0000' + ptzSpeed: 50 database: driver: sqlite name: sqlite3 -- Gitblit v1.8.0