Files
go-zero/example/rpc/server/unary/etc/k8s.json
2020-09-18 11:41:52 +08:00

13 lines
200 B
JSON

{
"Name": "rpc.unary",
"ListenOn": "0.0.0.0:3456",
"Auth": false,
"Etcd": {
"Hosts": [
"etcd.discov:2379"
],
"Key": "zrpc"
},
"Timeout": 500
}