9d827493e4
+ use newer ubuntu
65 lines
1.0 KiB
JSON
65 lines
1.0 KiB
JSON
{
|
|
"general" : {
|
|
"dev_mode": true,
|
|
"display_header" : true,
|
|
|
|
"direct_connect" : {
|
|
"respond" : true,
|
|
"execute_callbacks" : true
|
|
}
|
|
},
|
|
|
|
"www" : {
|
|
"public" : {
|
|
"run" : true
|
|
},
|
|
|
|
"private" : {
|
|
"run" : true
|
|
},
|
|
|
|
"ui" : {
|
|
"run" : true,
|
|
"private" : true
|
|
}
|
|
},
|
|
|
|
"client" : {
|
|
|
|
},
|
|
|
|
"log": {
|
|
"file": {
|
|
"output": true,
|
|
"path": "data/output.log"
|
|
},
|
|
|
|
"console": {
|
|
"output": true,
|
|
"color": true
|
|
}
|
|
},
|
|
|
|
"tor" : {
|
|
"v3onions": false
|
|
},
|
|
|
|
"i2p":{
|
|
"host": false,
|
|
"connect": true,
|
|
"ownAddr": ""
|
|
},
|
|
|
|
"allocations":{
|
|
"disk": 9000000000,
|
|
"netTotal": 1000000000,
|
|
"blockCache": 5000000,
|
|
"blockCacheTotal": 50000000
|
|
},
|
|
"peers":{
|
|
"minimumScore": -100,
|
|
"maxStoredPeers": 500,
|
|
"maxConnect": 5
|
|
}
|
|
}
|