go-zero/example/graceful/etcd/api/etc/graceful-api.json

13 lines
214 B
JSON
Raw Normal View History

2020-07-26 17:09:05 +08:00
{
"Name": "graceful-api",
"Host": "0.0.0.0",
"Port": 8888,
"MaxConns": 1000000,
"Rpc": {
"Etcd": {
"Hosts": ["etcd.discov:2379"],
2020-09-18 11:41:52 +08:00
"Key": "zrpc"
2020-07-26 17:09:05 +08:00
}
}
2020-09-18 11:41:52 +08:00
}