mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-28 18:25:05 +08:00
补充http服务
This commit is contained in:
27
Test/config/cluster.json
Normal file
27
Test/config/cluster.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"NodeList":[
|
||||
|
||||
{
|
||||
"NodeID":1,
|
||||
"NodeName":"N_Node1",
|
||||
"ServerAddr":"127.0.0.1:8080",
|
||||
|
||||
"ServiceList":["WSServerService","CTest","HttpServerService"],
|
||||
"ClusterNode":["N_Node2"]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"NodeID":2,
|
||||
"NodeName":"N_Node2",
|
||||
"ServerAddr":"127.0.0.1:8081",
|
||||
"ServiceList":["TestService1","collectTickLogService"],
|
||||
"ClusterNode":[]
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user