Commit d421781ea8bf439c69e7d35c9fb5e52787c53315

Authored by 张志伟
1 parent 41a58d3a

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

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