From 32b74799bae096f81ae5b372d9f0068fb37c5b2b Mon Sep 17 00:00:00 2001 From: zhangxiongfeng Date: Fri, 7 Aug 2026 09:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8D=8E=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/src/main/resources/dahua.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/start/src/main/resources/dahua.yml b/start/src/main/resources/dahua.yml index ad7c7d2..dc2fff0 100644 --- a/start/src/main/resources/dahua.yml +++ b/start/src/main/resources/dahua.yml @@ -18,10 +18,21 @@ dahua: subsystem: evo-accesscontrol auto-match-by-name: true oauth: - host: 123.183.159.35 - client-id: 123.183.159.35 - client-secret: 4edfdcd2-67e6-41db-a1ae-b98d47a70266 + + #测试环境 + #host: 123.183.159.35 + #client-id: 123.183.159.35 + # client-secret: 4edfdcd2-67e6-41db-a1ae-b98d47a70266 + # username: system + # password: zcloud88888 + # http: false + # port: 4443 + + #生产环境 + host: 192.168.42.194 + client-id: qinyushuzhi + client-secret: a5f237d2-298a-4f69-8298-549d5417132d username: system - password: zcloud88888 + password: 3093164@qzs http: false - port: 4443 + port: 443 \ No newline at end of file