Skip to content

Commit

Permalink
Update zuul-server.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel15 authored Apr 21, 2024
1 parent d85e195 commit 10d4c49
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion zuul-server.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
server.port = 9999
server.port = 9004

#Zuul routes. Here for /microservice-produits path, we are routing to localhost:8090 with extra path after that.
zuul.routes.microservice-produits.url=http://localhost:8080

#Zuul routes. Here for /microservice-commandes path, we are routing to localhost:8081 with extra path after that.
zuul.routes.microservice-commandes.url=http://localhost:8081

#Zuul routes. Here for /microservice-paiements path, we are routing to localhost:8082 with extra path after that.
zuul.routes.microservice-paiements.url=http://localhost:8082

#Ribbon is auto integrated with Zuul and for this exercise we are not using that.
ribbon.eureka.enabled=false

eureka.client.serviceUrl.defaultZone=http://localhost:9102/eureka/

0 comments on commit 10d4c49

Please sign in to comment.