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

14 lines
194 B
JSON

{
"Name": "rpc.unary",
"Log": {
"Mode": "volume"
},
"ListenOn": "localhost:3457",
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "zrpc"
}
}