mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
50 lines
560 B
JSON
50 lines
560 B
JSON
{
|
|
"Public":{
|
|
"LogLevel":1,
|
|
"HttpPort":9400,
|
|
"WSPort":9401,
|
|
"ListenPort":9412,
|
|
"CAFile":[
|
|
{
|
|
"CertFile":"",
|
|
"KeyFile":""
|
|
},
|
|
{
|
|
"CertFile":"",
|
|
"KeyFile":""
|
|
}
|
|
],
|
|
|
|
"Environment":"FS_Dev_LFY",
|
|
"IsListenLog":1,
|
|
"IsSendErrorMail":0
|
|
},
|
|
|
|
"NodeList":[
|
|
{
|
|
"NodeID":1,
|
|
"NodeAddr": "127.0.0.1:8181",
|
|
"LogLevel":1,
|
|
"HttpPort":7001,
|
|
"WSPort":7000,
|
|
"CertFile":"",
|
|
"KeyFile":""
|
|
},
|
|
{
|
|
"NodeID":2,
|
|
"NodeAddr": "127.0.0.1:8082"
|
|
}
|
|
,
|
|
{
|
|
"NodeID":3,
|
|
"NodeAddr": "127.0.0.1:8083"
|
|
}
|
|
,
|
|
{
|
|
"NodeID":40,
|
|
"NodeAddr": "127.0.0.1:8084",
|
|
"LogLevel":1
|
|
}
|
|
]
|
|
|
|
} |