mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-25 02:08:44 +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"
|
|
}
|
|
}
|