21 lines
408 B
YAML
Raw Permalink Normal View History

# Local development config — fill in DataSource before running locally.
Name: inventory.rpc
ListenOn: 0.0.0.0:9002
Etcd:
Hosts:
- 127.0.0.1:2379
Key: inventory.rpc
DataSource: root:your_password@tcp(127.0.0.1:3306)/muyu_wms?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
Cache:
- Host: 127.0.0.1:6379
PrometheusAddr: :9092
Log:
ServiceName: inventory-rpc
Mode: console
Level: info