763be8d7 by xiaojie

【数据资产】

1、修改测试环境配置
1 parent 8983c4f1
...@@ -5,7 +5,7 @@ spring: ...@@ -5,7 +5,7 @@ spring:
5 nacos: 5 nacos:
6 #配置中心 6 #配置中心
7 config: 7 config:
8 server-addr: nacos-cluster-service-develop.nacos-cluster:8848 8 server-addr: nacos-cluster-service.nacos-cluster:8848
9 file-extension: yaml 9 file-extension: yaml
10 group: test 10 group: test
11 namespace: daop-lt 11 namespace: daop-lt
...@@ -16,14 +16,14 @@ spring: ...@@ -16,14 +16,14 @@ spring:
16 #注册中心 16 #注册中心
17 discovery: 17 discovery:
18 enabled: true 18 enabled: true
19 server-addr: nacos-cluster-service-develop.nacos-cluster:8848 19 server-addr: nacos-cluster-service.nacos-cluster:8848
20 group: test 20 group: test
21 namespace: daop-lt 21 namespace: daop-lt
22 metadata: 22 metadata:
23 code: "006" 23 code: "006"
24 user: 24 user:
25 name: nacos 25 name: nacos
26 password: nacos 26 password: Q1p534i9
27 management: 27 management:
28 context-path: /actuator 28 context-path: /actuator
29 #接口限流 29 #接口限流
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!