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 17 name-server: 172.26.154.169:9876
18 18 producer:
19 19 group: ${spring.application.name}
20   - name-srv-addr: 192.168.0.230:9876
  20 + name-srv-addr: 172.26.154.169:9876
21 21 producer-group: ${spring.application.name}
22 22 task:
23 23 switch: 'on'
... ...
fw-dalaran-server/src/main/resources/application-test.yml
... ... @@ -26,19 +26,9 @@ rocketmq:
26 26 name-server: 172.26.154.169:9876
27 27 producer:
28 28 group: ${spring.application.name}
29   - name-srv-addr: 192.168.0.230:9876
  29 + name-srv-addr: 172.26.154.169:9876
30 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 32 jedis:
43 33 pool:
44 34 host: 172.26.154.169
... ...
fw-dalaran-server/src/main/resources/application.yml
... ... @@ -54,15 +54,6 @@ auth:
54 54 key: bN7DVjFMJPcoWDcR
55 55 ignore:
56 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 58 hystrix:
68 59 command:
... ... @@ -92,8 +83,8 @@ jedis:
92 83 test-on-borrow: false
93 84 test-on-return: false
94 85 test-while-idle: true
95   - host: 192.168.0.8
96   - port: 6379
  86 + host: 172.26.154.169
  87 + port: 6378
97 88 db: 4
98 89 mybatis-plus:
99 90 configuration:
... ...