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).
18 lines
290 B
YAML
18 lines
290 B
YAML
Name: purchase.rpc
|
|
ListenOn: 0.0.0.0:9003
|
|
|
|
Etcd:
|
|
Hosts:
|
|
- etcd:2379
|
|
Key: purchase.rpc
|
|
|
|
DataSource: root:muyu2026@tcp(mysql:3306)/muyu_wms?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
|
|
|
|
Cache:
|
|
- Host: redis:6379
|
|
|
|
Log:
|
|
ServiceName: purchase-rpc
|
|
Mode: console
|
|
Level: info
|