mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-13 19:27:32 +08:00
新增集群功能
This commit is contained in:
65
Test/config/nodeconfig.json
Normal file
65
Test/config/nodeconfig.json
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
{
|
||||||
|
"Public":{
|
||||||
|
"LogLevel":1,
|
||||||
|
"HttpPort":9400,
|
||||||
|
"WSPort":9500,
|
||||||
|
|
||||||
|
"CAFile":[
|
||||||
|
{
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"Environment":"FS_Dev_LFY",
|
||||||
|
"IsListenLog":1,
|
||||||
|
"IsSendErrorMail":0
|
||||||
|
},
|
||||||
|
|
||||||
|
"NodeList":[
|
||||||
|
{
|
||||||
|
"NodeID":1,
|
||||||
|
"NodeAddr": "127.0.0.1:8081",
|
||||||
|
"LogLevel":1,
|
||||||
|
"HttpPort":7001,
|
||||||
|
"WSPort":7000,
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"NodeID":2,
|
||||||
|
"NodeAddr": "127.0.0.1:8082",
|
||||||
|
"LogLevel":1,
|
||||||
|
"HttpPort":7002,
|
||||||
|
"WSPort":7012,
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"NodeID":30,
|
||||||
|
"NodeAddr": "127.0.0.1:8083",
|
||||||
|
"LogLevel":1,
|
||||||
|
"HttpPort":7003,
|
||||||
|
"WSPort":7013,
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"NodeID":40,
|
||||||
|
"NodeAddr": "127.0.0.1:8084",
|
||||||
|
"LogLevel":1,
|
||||||
|
"HttpPort":7004,
|
||||||
|
"WSPort":7014,
|
||||||
|
"CertFile":"",
|
||||||
|
"KeyFile":""
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user