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
config:
import: optional:polaris
cloud:
polaris:
address: grpc://127.0.0.1:8091
namespace: default_namespace
feign:
tsf:
enabled: true
#本地测试时打开
#tsf_namespace_id: default_namespace
tsf_namespace_id: default_namespace
logging:
file:

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

Loading…
Cancel
Save