muyu-apiserver/deploy/etc/gateway.yaml
Chever John 71a2d912e2 feat: initial commit for muyu-apiserver
Go service with gateway, RPC, model layers and k8s deploy configs.

Made-with: Cursor
2026-02-28 15:29:16 +08:00

27 lines
357 B
YAML

Name: gateway-api
Host: 0.0.0.0
Port: 8888
Auth:
AccessSecret: muyu-wms-jwt-secret-key-2026
AccessExpire: 7200
SystemRpc:
Etcd:
Hosts:
- etcd:2379
Key: system.rpc
NonBlock: true
InventoryRpc:
Etcd:
Hosts:
- etcd:2379
Key: inventory.rpc
NonBlock: true
Log:
ServiceName: gateway-api
Mode: console
Level: info