go-zero/example/rpc/server/unary/etc/config.json

14 lines
206 B
JSON
Raw Normal View History

2020-07-26 17:09:05 +08:00
{
"Name": "rpc.unary",
"Log": {
"Mode": "volume"
},
"ListenOn": "localhost:3456",
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "rpcx"
}
}