mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-28 18:25:05 +08:00
同步Readme文件
This commit is contained in:
@@ -1,44 +1,20 @@
|
||||
{
|
||||
"Public":{
|
||||
"LogLevel":1,
|
||||
"HttpPort":9400,
|
||||
"WSPort":9500,
|
||||
|
||||
"CAFile":[
|
||||
{
|
||||
"CertFile":"",
|
||||
"KeyFile":""
|
||||
"Public": {
|
||||
"LogLevel": 1,
|
||||
"HttpPort": 9400,
|
||||
"WSPort": 9500,
|
||||
"Environment": "Test",
|
||||
"IsListenLog": 1,
|
||||
"IsSendErrorMail": 0
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
,
|
||||
{
|
||||
"NodeID":3,
|
||||
"NodeAddr": "127.0.0.1:8083"
|
||||
}
|
||||
]
|
||||
|
||||
"NodeList": [{
|
||||
"NodeID": 1,
|
||||
"NodeAddr": "127.0.0.1:8081"
|
||||
},
|
||||
{
|
||||
"NodeID": 2,
|
||||
"NodeAddr": "127.0.0.1:8082"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user