Commit 24dbfaa6c285e94be169cd04713ab767fc13927b

Authored by 王明元
1 parent e18a61da

2022年9月18日17:01:41 修改配置文件

fw-dalaran-server/src/main/resources/application-local.yml
@@ -17,7 +17,7 @@ rocketmq: @@ -17,7 +17,7 @@ rocketmq:
17 name-server: 172.26.154.169:9876 17 name-server: 172.26.154.169:9876
18 producer: 18 producer:
19 group: ${spring.application.name} 19 group: ${spring.application.name}
20 - name-srv-addr: 192.168.0.230:9876 20 + name-srv-addr: 172.26.154.169:9876
21 producer-group: ${spring.application.name} 21 producer-group: ${spring.application.name}
22 task: 22 task:
23 switch: 'on' 23 switch: 'on'
fw-dalaran-server/src/main/resources/application-test.yml
@@ -26,19 +26,9 @@ rocketmq: @@ -26,19 +26,9 @@ rocketmq:
26 name-server: 172.26.154.169:9876 26 name-server: 172.26.154.169:9876
27 producer: 27 producer:
28 group: ${spring.application.name} 28 group: ${spring.application.name}
29 - name-srv-addr: 192.168.0.230:9876 29 + name-srv-addr: 172.26.154.169:9876
30 producer-group: ${spring.application.name} 30 producer-group: ${spring.application.name}
31 31
32 -fastdfs:  
33 - charset: UTF-8  
34 - connectTimeout: 2  
35 - group: dalarandfs  
36 - networkTimeout: 30  
37 - port: 8080  
38 - secretKey: FastDFS1234567890  
39 - servers: 192.168.0.230:22122  
40 - token: 'no'  
41 -  
42 jedis: 32 jedis:
43 pool: 33 pool:
44 host: 172.26.154.169 34 host: 172.26.154.169
fw-dalaran-server/src/main/resources/application.yml
@@ -54,15 +54,6 @@ auth: @@ -54,15 +54,6 @@ auth:
54 key: bN7DVjFMJPcoWDcR 54 key: bN7DVjFMJPcoWDcR
55 ignore: 55 ignore:
56 start-with: /user/*,/role/*,/user/login 56 start-with: /user/*,/role/*,/user/login
57 -fastdfs:  
58 - charset: UTF-8  
59 - connectTimeout: 2  
60 - group: dalarandfs  
61 - networkTimeout: 30  
62 - port: 8080  
63 - secretKey: FastDFS1234567890  
64 - servers: 192.168.0.230:22122  
65 - token: 'no'  
66 57
67 hystrix: 58 hystrix:
68 command: 59 command:
@@ -92,8 +83,8 @@ jedis: @@ -92,8 +83,8 @@ jedis:
92 test-on-borrow: false 83 test-on-borrow: false
93 test-on-return: false 84 test-on-return: false
94 test-while-idle: true 85 test-while-idle: true
95 - host: 192.168.0.8  
96 - port: 6379 86 + host: 172.26.154.169
  87 + port: 6378
97 db: 4 88 db: 4
98 mybatis-plus: 89 mybatis-plus:
99 configuration: 90 configuration: