-
config-server:
- hostname: config-server
- Ports: 8089
- URL: http://localhost:8089/
-
service-registry:
- hostname: service-registry
- Ports: 8761
- URL: http://localhost:8761/
-
api-gateway:
- hostname: api-gateway
- Ports: 8092
- URL: http://localhost:8092/
-
customer-service:
- hostname: customer-service
- Ports: 8090
- URL: http://localhost:8090
-
product-service:
- hostname: product-service
- Ports: 8091
- URL: http://localhost:8091