mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-27 12:28:40 +08:00
14 lines
206 B
JSON
14 lines
206 B
JSON
|
{
|
||
|
"Name": "rpc.unary",
|
||
|
"Log": {
|
||
|
"Mode": "volume"
|
||
|
},
|
||
|
"ListenOn": "localhost:3456",
|
||
|
"Etcd": {
|
||
|
"Hosts": [
|
||
|
"localhost:2379"
|
||
|
],
|
||
|
"Key": "rpcx"
|
||
|
}
|
||
|
}
|