5ad3f647 张雷

修改配置文件

1 个父辈 9c5a18e3
......@@ -84,7 +84,6 @@ public class ShiroConfig {
//鸣启3D接口
filterChainDefinitionMap.put("/3d/**", "anon");
//暂时放开表维护的shiro权限
filterChainDefinitionMap.put("/v1/expert/expertInitConfig/**", "anon");
filterChainDefinitionMap.put("/sys/sysGeneralProcess/**", "anon");
......@@ -100,6 +99,7 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/app/appdownload/getAppDownLoad", "anon");
//视频对接获取视频三方配置接口,认证放开
filterChainDefinitionMap.put("/v1/sys/video/getVideoIntegrateInfo", "anon");
filterChainDefinitionMap.put("/sys/video/getRtsp", "anon");
//三维系统对接设备台账档案请求权限放行
filterChainDefinitionMap.put("/sys/sysCustomField/listModel", "anon");
filterChainDefinitionMap.put("/sys/sysCustomField/listHead", "anon");
......
......@@ -157,13 +157,13 @@ skua :
collectionFrequency: 10
#视频对接相关配置
video:
ip: 222.222.110.90
port: 8899
username: jk
password: 1qaz@WSX
ip: 120.25.102.53
port: 8667
username: admin
password: xrjkauto@123
#海康威视需要填写密钥
appkey: 23259573
secretkey: 0zoBqIJeudIhgCysCe0r
appkey: 22650577
secretkey: yKovn09uAsl2NTfebzqA
#消息推送
push:
#是否开启流程消息推送
......
......@@ -157,13 +157,13 @@ skua :
collectionFrequency: 10
#视频对接相关配置
video:
ip: 222.222.110.90
port: 8899
username: jk
password: 1qaz@WSX
ip: 10.0.210.204
port: 8667
username: root
password: Jkauto@123yw
#海康威视需要填写密钥
appkey: 23259573
secretkey: 0zoBqIJeudIhgCysCe0r
appkey: 21969915
secretkey: lQFFEBvmiMg5qeJbQenw
#消息推送
push:
#是否开启流程消息推送
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!