From 7ce84b3d1e45d35c7c9f73561893039a05c16995 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 20 十二月 2019 19:38:18 +0800
Subject: [PATCH] fix unTargz
---
config/dev.yaml | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/config/dev.yaml b/config/dev.yaml
index 0150370..f2a8878 100644
--- a/config/dev.yaml
+++ b/config/dev.yaml
@@ -4,8 +4,6 @@
jwtExpire: 24
url: http://127.0.0.1:8080
analyServerId: DSVAD010120190622
- imageUrl: http://192.168.1.203:6080
- publicDomain: http://bsic.asuscomm.com
networkAdapter: enp8s0
#璁惧缂栧彿
deviceNum: 001
@@ -21,6 +19,19 @@
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
+ patchPath: /opt/vasystem/patch
database:
driver: sqlite
name: sqlite3
--
Gitblit v1.8.0