mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-26 11:28:46 +08:00
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"Name": "rpc.unary",
|
|
"MetricsUrl": "http://localhost:2222/add",
|
|
"ListenOn": "localhost:3457",
|
|
"Auth": false,
|
|
"Etcd": {
|
|
"Hosts": [
|
|
"localhost:2379"
|
|
],
|
|
"Key": "rpcx"
|
|
},
|
|
"Redis": {
|
|
"Host": "localhost:6379",
|
|
"Type": "node",
|
|
"Key": "apps"
|
|
}
|
|
}
|