Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 87929d3

Browse files
Leave spring.zipkin.baseUrl unset
1 parent b1f42ab commit 87929d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server.port=${port:8081}
22
spring.data.mongodb.uri=mongodb://${db:carts-db}:27017/data
33
endpoints.health.enabled=false
4-
spring.zipkin.baseUrl=http://${zipkin:zipkin}:9411/
4+
#spring.zipkin.baseUrl=http://${zipkin:zipkin}:9411/
55
spring.sleuth.sampler.percentage=1.0
66
spring.application.name=carts
77
# Disable actuator metrics endpoints

0 commit comments

Comments
 (0)