|
@@ -142,10 +142,10 @@
|
|
|
<properties>
|
|
<properties>
|
|
|
<spring.profiles.active>local</spring.profiles.active>
|
|
<spring.profiles.active>local</spring.profiles.active>
|
|
|
|
|
|
|
|
- <ApplicationCenter.url>127.0.0.1:8500</ApplicationCenter.url>
|
|
|
|
|
- <ConfigCenter.url>http://127.0.0.1:${ConfigCenter.port}</ConfigCenter.url>
|
|
|
|
|
- <Kafka.brokers>127.0.0.1:9092</Kafka.brokers>
|
|
|
|
|
- <Zipkin.baseUrl>http://127.0.0.1:9411</Zipkin.baseUrl>
|
|
|
|
|
|
|
+ <ApplicationCenter.url>192.168.31.98:8500</ApplicationCenter.url>
|
|
|
|
|
+ <ConfigCenter.url>http://192.168.31.98:${ConfigCenter.port}</ConfigCenter.url>
|
|
|
|
|
+ <Kafka.brokers>192.168.31.98:9092</Kafka.brokers>
|
|
|
|
|
+ <Zipkin.baseUrl>http://192.168.31.98:9411</Zipkin.baseUrl>
|
|
|
<Zipkin.sampler.probability>0.01</Zipkin.sampler.probability>
|
|
<Zipkin.sampler.probability>0.01</Zipkin.sampler.probability>
|
|
|
</properties>
|
|
</properties>
|
|
|
</profile>
|
|
</profile>
|