Skip to content
Snippets Groups Projects
Unverified Commit 7571d09d authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Fix zipkin URL

parent 33b4c459
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ If everything goes well, you can access the following services at given location
* Config Server - http://localhost:8888
* AngularJS frontend (API Gateway) - http://localhost:8080
* Customers, Vets and Visits Services - random port, check Eureka Dashboard
* Tracing Server (Zipkin) - http://localhost:9411/zipkin (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/master/zipkin-server))
* Tracing Server (Zipkin) - http://localhost:9411/zipkin/ (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/master/zipkin-server))
* Admin Server (Spring Boot Admin) - http://localhost:9090
You can tell Config Server to use your local Git repository by using `local` Spring profile and setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment