mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-27 20:38:41 +08:00
10 lines
176 B
YAML
Executable File
10 lines
176 B
YAML
Executable File
Name: add.rpc
|
|
ListenOn: 127.0.0.1:8080
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: add.rpc
|
|
DataSource: root:@tcp(localhost:3306)/gozero
|
|
Table: book
|
|
Cache:
|
|
- Host: localhost:6379 |