tao.mo

all | 修改 |

文件配置信息调整
mt
2025年3月28日20:47:12
...@@ -8,23 +8,7 @@ spring: ...@@ -8,23 +8,7 @@ spring:
8 #系统环境 8 #系统环境
9 env: dev 9 env: dev
10 10
11 -
12 export: 11 export:
13 - jwt:
14 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
15 - urlWhiteList:
16 - - /icleartw/auth
17 - - /icleartw/monitor/ok
18 - - /icleartw/sysUser/logout
19 - - /icleartw/swagger-resources
20 - - /icleartw/webjars
21 - uriWhiteList:
22 - - /icleartw/swagger-ui.html
23 - - /icleartw/swagger-ui/*
24 - - /icleartw/v2/api-docs
25 - - /icleartw/login.html
26 - expire_1H: 7200
27 - expire_1D: 604800
28 mail: 12 mail:
29 smtp: 13 smtp:
30 host: smtp.qiye.aliyun.com 14 host: smtp.qiye.aliyun.com
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: prod 6 env: prod
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: mapper.gslb.fedex.com 11 host: mapper.gslb.fedex.com
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: test 6 env: test
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: smtp.qiye.aliyun.com 11 host: smtp.qiye.aliyun.com
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: uat 6 env: uat
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: mapper.gslb.fedex.com 11 host: mapper.gslb.fedex.com
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <configuration> 2 <configuration>
3 <springProfile name="dev,uat,prod"> 3 <springProfile name="dev,uat,prod">
4 <!-- 日志存放路径 --> 4 <!-- 日志存放路径 -->
5 - <property name="log.path" value="/var/fedex/iclearConnect/weblogic/iclearConnect/biz-customer" /> 5 + <property name="log.path" value="/var/fedex/iclconnect/weblogic/biz-customer" />
6 </springProfile> 6 </springProfile>
7 <springProfile name="test"> 7 <springProfile name="test">
8 <!-- 日志存放路径 --> 8 <!-- 日志存放路径 -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <configuration> 2 <configuration>
3 <springProfile name="dev,uat,prod"> 3 <springProfile name="dev,uat,prod">
4 <!-- 日志存放路径 --> 4 <!-- 日志存放路径 -->
5 - <property name="log.path" value="/var/fedex/iclearConnect/weblogic/iclearConnect/kafka-cndc-server"></property> 5 + <property name="log.path" value="/var/fedex/iclconnect/weblogic/kafka-cndc-server"></property>
6 </springProfile> 6 </springProfile>
7 <springProfile name="test"> 7 <springProfile name="test">
8 <!-- 日志存放路径 --> 8 <!-- 日志存放路径 -->
......
...@@ -8,23 +8,7 @@ spring: ...@@ -8,23 +8,7 @@ spring:
8 #系统环境 8 #系统环境
9 env: dev 9 env: dev
10 10
11 -
12 export: 11 export:
13 - jwt:
14 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
15 - urlWhiteList:
16 - - /icleartw/auth
17 - - /icleartw/monitor/ok
18 - - /icleartw/sysUser/logout
19 - - /icleartw/swagger-resources
20 - - /icleartw/webjars
21 - uriWhiteList:
22 - - /icleartw/swagger-ui.html
23 - - /icleartw/swagger-ui/*
24 - - /icleartw/v2/api-docs
25 - - /icleartw/login.html
26 - expire_1H: 7200
27 - expire_1D: 604800
28 mail: 12 mail:
29 smtp: 13 smtp:
30 host: smtp.qiye.aliyun.com 14 host: smtp.qiye.aliyun.com
...@@ -46,12 +30,12 @@ export: ...@@ -46,12 +30,12 @@ export:
46 #fcl 30 #fcl
47 fcl: 31 fcl:
48 login: 32 login:
49 - url: http://exportdeclarationuat-tw.dmz.apac.fedex.com/icleartw/auth/wlgnLogin 33 + url: http://exportdeclarationuat-tw.dmz.apac.fedex.com/manager-server/auth/wlgnLogin
50 - redjrectLogin: https://exportdeclarationuat-tw.dmz.apac.fedex.com/IcTw/#/redjrectLogin 34 + redjrectLogin: https://exportdeclarationuat-tw.dmz.apac.fedex.com/ipc/#/redjrectLogin
51 twidx: 35 twidx:
52 url: http://exportdeclarationuat-tw.apac.fedex.com 36 url: http://exportdeclarationuat-tw.apac.fedex.com
53 interface: 37 interface:
54 - logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/icleartw/auth/wlgnForward 38 + logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/manager-server/auth/wlgnForward
55 fedex_api_address: https://api.fedex.com 39 fedex_api_address: https://api.fedex.com
56 proxy_url: cn2-proxy.apac.fedex.com:3128 40 proxy_url: cn2-proxy.apac.fedex.com:3128
57 token: 41 token:
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: prod 6 env: prod
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: mapper.gslb.fedex.com 11 host: mapper.gslb.fedex.com
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: test 6 env: test
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: smtp.qiye.aliyun.com 11 host: smtp.qiye.aliyun.com
...@@ -39,12 +24,12 @@ export: ...@@ -39,12 +24,12 @@ export:
39 #fcl 24 #fcl
40 fcl: 25 fcl:
41 login: 26 login:
42 - url: http://exportdeclarationuat-tw.dmz.apac.fedex.com/icleartw/auth/wlgnLogin 27 + url: http://exportdeclarationuat-tw.dmz.apac.fedex.com/manager-server/auth/wlgnLogin
43 redjrectLogin: http://192.168.1.251/time.html 28 redjrectLogin: http://192.168.1.251/time.html
44 twidx: 29 twidx:
45 url: http://exportdeclarationuat-tw.apac.fedex.com 30 url: http://exportdeclarationuat-tw.apac.fedex.com
46 interface: 31 interface:
47 - logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/icleartw/auth/wlgnForward 32 + logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/manager-server/auth/wlgnForward
48 fedex_api_address: https://api.fedex.com 33 fedex_api_address: https://api.fedex.com
49 proxy_url: cn2-proxy.apac.fedex.com:3128 34 proxy_url: cn2-proxy.apac.fedex.com:3128
50 token: 35 token:
......
...@@ -6,21 +6,6 @@ spring: ...@@ -6,21 +6,6 @@ spring:
6 env: uat 6 env: uat
7 7
8 export: 8 export:
9 - jwt:
10 - securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
11 - urlWhiteList:
12 - - /icleartw/auth
13 - - /icleartw/monitor/ok
14 - - /icleartw/sysUser/logout
15 - - /icleartw/swagger-resources
16 - - /icleartw/webjars
17 - uriWhiteList:
18 - - /icleartw/swagger-ui.html
19 - - /icleartw/swagger-ui/*
20 - - /icleartw/v2/api-docs
21 - - /icleartw/login.html
22 - expire_1H: 7200
23 - expire_1D: 604800
24 mail: 9 mail:
25 smtp: 10 smtp:
26 host: mapper.gslb.fedex.com 11 host: mapper.gslb.fedex.com
...@@ -38,12 +23,12 @@ export: ...@@ -38,12 +23,12 @@ export:
38 23
39 fcl: 24 fcl:
40 login: 25 login:
41 - url: http://exportdeclarationuat-tw.apac.fedex.com/icleartw/auth/wlgnLogin 26 + url: http://exportdeclarationuat-tw.apac.fedex.com/manager-server/auth/wlgnLogin
42 - redjrectLogin: https://exportdeclarationuat-tw.dmz.apac.fedex.com/IcTw/#/redjrectLogin 27 + redjrectLogin: https://exportdeclarationuat-tw.dmz.apac.fedex.com/ipc/#/redjrectLogin
43 twidx: 28 twidx:
44 url: http://exportdeclarationuat-tw.apac.fedex.com 29 url: http://exportdeclarationuat-tw.apac.fedex.com
45 interface: 30 interface:
46 - logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/icleartw/auth/wlgnForward 31 + logurl: https://www.fedex.com/secure-login/zh-tw/#/login-credentials?redirectUrl=http://exportdeclarationuat-tw.dmz.apac.fedex.com/manager-server/auth/wlgnForward
47 fedex_api_address: https://api.fedex.com 32 fedex_api_address: https://api.fedex.com
48 proxy_url: cn2-proxy.apac.fedex.com:3128 33 proxy_url: cn2-proxy.apac.fedex.com:3128
49 token: 34 token:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <configuration> 2 <configuration>
3 <springProfile name="dev,uat,prod"> 3 <springProfile name="dev,uat,prod">
4 <!-- 日志存放路径 --> 4 <!-- 日志存放路径 -->
5 - <property name="log.path" value="/var/fedex/iclearConnect/weblogic/iclearConnect/manager-server" /> 5 + <property name="log.path" value="/var/fedex/iclconnect/weblogic/manager-server" />
6 </springProfile> 6 </springProfile>
7 <springProfile name="test"> 7 <springProfile name="test">
8 <!-- 日志存放路径 --> 8 <!-- 日志存放路径 -->
......
...@@ -33,8 +33,8 @@ export: ...@@ -33,8 +33,8 @@ export:
33 password: 33 password:
34 rpc: 34 rpc:
35 url: 35 url:
36 - rpcKafkaReceive1: https://pjea0179.prod.apac.fedex.com:9002/icleartwkafka/rpcKafka/rpcKafkaReceive 36 + rpcKafkaReceive1: https://pjea0179.prod.apac.fedex.com:9002/kafka-cndc-server/rpcKafka/rpcKafkaReceive
37 - rpcKafkaReceive2: https://pjea0180.prod.apac.fedex.com:9002/icleartwkafka/rpcKafka/rpcKafkaReceive 37 + rpcKafkaReceive2: https://pjea0180.prod.apac.fedex.com:9002/kafka-cndc-server/rpcKafka/rpcKafkaReceive
38 38
39 imp001: 39 imp001:
40 path: 40 path:
......
...@@ -34,8 +34,8 @@ export: ...@@ -34,8 +34,8 @@ export:
34 34
35 rpc: 35 rpc:
36 url: 36 url:
37 - rpcKafkaReceive1: http://47.103.140.98:7010/icleartwkafka/rpcKafka/rpcKafkaReceive 37 + rpcKafkaReceive1: http://47.103.140.98:7010/kafka-cndc-server/rpcKafka/rpcKafkaReceive
38 - rpcKafkaReceive2: http://47.103.140.98:7010/icleartwkafka/rpcKafka/rpcKafkaReceive 38 + rpcKafkaReceive2: http://47.103.140.98:7010/kafka-cndc-server/rpcKafka/rpcKafkaReceive
39 39
40 imp001: 40 imp001:
41 path: 41 path:
......
...@@ -33,8 +33,8 @@ export: ...@@ -33,8 +33,8 @@ export:
33 password: 33 password:
34 rpc: 34 rpc:
35 url: 35 url:
36 - rpcKafkaReceive1: http://ujea0145.nonprod.apac.fedex.com:9001/icleartwkafka/rpcKafka/rpcKafkaReceive 36 + rpcKafkaReceive1: http://ujea0145.nonprod.apac.fedex.com:9001/kafka-cndc-server/rpcKafka/rpcKafkaReceive
37 - rpcKafkaReceive2: http://ujea0146.nonprod.apac.fedex.com:9001/icleartwkafka/rpcKafka/rpcKafkaReceive 37 + rpcKafkaReceive2: http://ujea0146.nonprod.apac.fedex.com:9001/kafka-cndc-server/rpcKafka/rpcKafkaReceive
38 38
39 imp001: 39 imp001:
40 path: 40 path:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <configuration> 2 <configuration>
3 <springProfile name="dev,uat,prod"> 3 <springProfile name="dev,uat,prod">
4 <!-- 日志存放路径 --> 4 <!-- 日志存放路径 -->
5 - <property name="log.path" value="/var/fedex/iclearConnect/weblogic/iclearConnect/task-schedule" /> 5 + <property name="log.path" value="/var/fedex/iclconnect/weblogic/task-schedule" />
6 </springProfile> 6 </springProfile>
7 <springProfile name="test"> 7 <springProfile name="test">
8 <!-- 日志存放路径 --> 8 <!-- 日志存放路径 -->
......