20 lines
278 B
YAML
20 lines
278 B
YAML
Name: dispute-api
|
|
Host: 0.0.0.0
|
|
Port: 8888
|
|
|
|
Prometheus:
|
|
Host: 0.0.0.0
|
|
Port: 4001
|
|
Path: /metrics
|
|
|
|
# ===== DEV CONFIG =====
|
|
DisputeRpcConf:
|
|
Endpoints:
|
|
- dispute-rpc:8080
|
|
OrderRpcConf:
|
|
Endpoints:
|
|
- order-rpc:8080
|
|
PlayerRpcConf:
|
|
Endpoints:
|
|
- player-rpc:8080
|