71 lines
1.2 KiB
JSON
71 lines
1.2 KiB
JSON
{
|
|
"general" : {
|
|
"dev_mode": true,
|
|
"display_header" : true,
|
|
"minimum_block_pow": 5,
|
|
"minimum_send_pow": 5,
|
|
|
|
"direct_connect" : {
|
|
"respond" : true,
|
|
"execute_callbacks" : true
|
|
}
|
|
},
|
|
|
|
"www" : {
|
|
"public" : {
|
|
"run" : true
|
|
},
|
|
|
|
"private" : {
|
|
"run" : true
|
|
},
|
|
|
|
"ui" : {
|
|
"run" : true,
|
|
"private" : true
|
|
}
|
|
},
|
|
|
|
"client" : {
|
|
|
|
},
|
|
|
|
"log": {
|
|
"file": {
|
|
"output": false,
|
|
"path": "data/output.log"
|
|
},
|
|
|
|
"console": {
|
|
"output": true,
|
|
"color": true
|
|
}
|
|
},
|
|
|
|
"tor" : {
|
|
"v3onions": false
|
|
},
|
|
|
|
"i2p":{
|
|
"host": false,
|
|
"connect": true,
|
|
"ownAddr": ""
|
|
},
|
|
|
|
"allocations":{
|
|
"disk": 10000000000,
|
|
"netTotal": 1000000000,
|
|
"blockCache": 5000000,
|
|
"blockCacheTotal": 50000000
|
|
},
|
|
"peers":{
|
|
"minimumScore": -100,
|
|
"maxStoredPeers": 5000,
|
|
"maxConnect": 10
|
|
},
|
|
"timers":{
|
|
"lookupBlocks": 25,
|
|
"getBlocks": 30
|
|
}
|
|
}
|