Commit d421781ea8bf439c69e7d35c9fb5e52787c53315

Authored by 张志伟
1 parent 41a58d3a

feature(*): 修改测试环境配置文件

- 修改测试环境配置文件
fw-hestia-server/src/main/resources/application-test.yml
... ... @@ -2,6 +2,7 @@ spring:
2 2 cloud:
3 3 nacos:
4 4 discovery:
  5 + server-addr: 172.26.154.169:8848
5 6 metadata:
6 7 group: discovery-test-group
7 8 region: test
... ... @@ -9,20 +10,22 @@ spring:
9 10 namespace: 0ba6d5d6-2a49-4086-b6c3-dbeec01c61a4
10 11 datasource:
11 12 password: mysql@pwd123
12   - url: jdbc:mysql://192.168.0.9:3306/fw_hestia?characterEncoding=UTF-8&useSSL=false&rewriteBatchedStatements=true
  13 + url: jdbc:mysql://172.26.154.169:3301/fw_hestia?characterEncoding=UTF-8&useSSL=false&rewriteBatchedStatements=true
13 14 username: test
14 15 redis:
15   - host: 192.168.0.9
  16 + host: 172.26.154.169
  17 + port: 6378
16 18 password: fw@test@redis
17 19 url:
18 20 http-file-url: https://testgate.feewee.cn/file
19 21  
20 22 nacos:
  23 + server-addr: 172.26.154.169:8848
21 24 plugin:
22 25 namespace: 0ba6d5d6-2a49-4086-b6b3-dbeec01c61a4
23 26  
24 27 rocketmq:
25   - name-server: 192.168.0.230:9876
  28 + name-server: 172.26.154.169:9876
26 29  
27 30  
28 31 fastdfs:
... ...