mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"Name": "rpc.unary",
|
|
"ListenOn": "0.0.0.0:3456",
|
|
"Auth": false,
|
|
"Etcd": {
|
|
"Hosts": [
|
|
"etcd.discov:2379"
|
|
],
|
|
"Key": "rpcx"
|
|
},
|
|
"Timeout": 500
|
|
}
|