go-zero/example/rpc/server/unary/etc/config.json
2020-07-26 17:09:05 +08:00

14 lines
206 B
JSON

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