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

14 lines
194 B
JSON
Raw Normal View History

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