Files

24 lines
289 B
YAML

Name: order-api
Host: 0.0.0.0
Port: 8888
Prometheus:
Host: 0.0.0.0
Port: 4001
Path: /metrics
OrderRpcConf:
Endpoints:
- "${ORDER_RPC_TARGET}"
PlayerRpcConf:
Endpoints:
- "${PLAYER_RPC_TARGET}"
ShopRpcConf:
Endpoints:
- "${SHOP_RPC_TARGET}"
Log:
Level: debug