2026-06-17 23:16:28 +08:00
|
|
|
# Local development config — fill in DataSource before running locally.
|
2026-02-28 15:29:16 +08:00
|
|
|
Name: inventory.rpc
|
|
|
|
|
ListenOn: 0.0.0.0:9002
|
|
|
|
|
|
|
|
|
|
Etcd:
|
|
|
|
|
Hosts:
|
|
|
|
|
- 127.0.0.1:2379
|
|
|
|
|
Key: inventory.rpc
|
|
|
|
|
|
2026-06-17 23:16:28 +08:00
|
|
|
DataSource: root:your_password@tcp(127.0.0.1:3306)/muyu_wms?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
|
2026-02-28 15:29:16 +08:00
|
|
|
|
|
|
|
|
Cache:
|
|
|
|
|
- Host: 127.0.0.1:6379
|
|
|
|
|
|
2026-06-14 15:24:02 +08:00
|
|
|
PrometheusAddr: :9092
|
|
|
|
|
|
2026-02-28 15:29:16 +08:00
|
|
|
Log:
|
|
|
|
|
ServiceName: inventory-rpc
|
|
|
|
|
Mode: console
|
|
|
|
|
Level: info
|