5ad3f647 张雷

修改配置文件

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