17 lines
225 B
YAML
17 lines
225 B
YAML
Name: review-api
|
|
Host: 0.0.0.0
|
|
Port: 8888
|
|
|
|
Prometheus:
|
|
Host: 0.0.0.0
|
|
Port: 4001
|
|
Path: /metrics
|
|
|
|
# ===== DEV CONFIG =====
|
|
ReviewRpcConf:
|
|
Endpoints:
|
|
- review-rpc:8080
|
|
OrderRpcConf:
|
|
Endpoints:
|
|
- order-rpc:8080
|