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