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.
|
|
|
{
|
|
|
|
"Name":"test",
|
|
|
|
"MetricsUrl": "http://localhost:2222/add",
|
|
|
|
"ListenOn": "localhost:3456",
|
|
|
|
"Etcd": {
|
|
|
|
"Hosts": [
|
|
|
|
"localhost:2379"
|
|
|
|
],
|
|
|
|
"Key": "zrpc"
|
|
|
|
},
|
|
|
|
"Redis": {
|
|
|
|
"Host": "localhost:6379",
|
|
|
|
"Type": "node",
|
|
|
|
"Key": "apps"
|
|
|
|
},
|
|
|
|
"Auth": false
|
|
|
|
}
|