You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
329 B
JSON
18 lines
329 B
JSON
4 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|