Commit 6eaacf35 by songxiang

兼容低版本的zipkin

parent 25123035
...@@ -34,6 +34,7 @@ spring: ...@@ -34,6 +34,7 @@ spring:
db: ${spring.application.name} db: ${spring.application.name}
enabled: true enabled: true
zipkin: zipkin:
base-url: http://192.168.1.175:9399
sender: sender:
type: rabbit type: rabbit
rabbitmq: rabbitmq:
......
...@@ -34,6 +34,7 @@ spring: ...@@ -34,6 +34,7 @@ spring:
db: rays-uat db: rays-uat
enabled: false enabled: false
zipkin: zipkin:
base-url: http://192.168.93.57:9393
sender: sender:
type: rabbit type: rabbit
rabbitmq: rabbitmq:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment