fix: try to update tsf-example config

pull/1350/head
fuyuwei01 1 year ago
parent 1e3bb3e9ec
commit 3d3d367c06

@ -5,13 +5,17 @@ spring:
name: consumer-demo name: consumer-demo
config: config:
import: optional:polaris import: optional:polaris
cloud:
polaris:
address: grpc://127.0.0.1:8091
namespace: default_namespace
feign: feign:
tsf: tsf:
enabled: true enabled: true
#本地测试时打开 #本地测试时打开
#tsf_namespace_id: default_namespace tsf_namespace_id: default_namespace
logging: logging:
file: file:

@ -1,5 +1,5 @@
server: server:
port: 18081 port: 56789
spring: spring:
application: application:
name: provider-demo name: provider-demo
@ -7,7 +7,6 @@ spring:
import: optional:polaris import: optional:polaris
cloud: cloud:
polaris: polaris:
config:
address: grpc://127.0.0.1:8091 address: grpc://127.0.0.1:8091
namespace: default namespace: default
enabled: true enabled: true

Loading…
Cancel
Save