Pull latest changes from upstream/main (GitHub) including: - Purchase RPC service (proto, server, logic, models) - Gateway route updates for purchase endpoints - SQL migration and config updates Excludes deploy/bin/ pre-compiled arm64 binaries (builds use multi-stage Dockerfiles targeting amd64).
20 lines
326 B
YAML
20 lines
326 B
YAML
Name: purchase.rpc
|
|
ListenOn: 0.0.0.0:9003
|
|
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: purchase.rpc
|
|
|
|
DataSource: root:muyu2026@tcp(127.0.0.1:3306)/muyu_wms?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
|
|
|
|
Cache:
|
|
- Host: 127.0.0.1:6379
|
|
|
|
PrometheusAddr: :9094
|
|
|
|
Log:
|
|
ServiceName: purchase-rpc
|
|
Mode: console
|
|
Level: info
|