77 lines
1.4 KiB
JSON
77 lines
1.4 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,
|
|
"path" : "static-data/www/public/",
|
|
"guess_mime" : true
|
|
},
|
|
|
|
"private" : {
|
|
"run" : true,
|
|
"path" : "static-data/www/private/",
|
|
"guess_mime" : true,
|
|
"timing_protection" : 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,
|
|
"own_addr" : ""
|
|
},
|
|
|
|
"allocations" : {
|
|
"disk" : 10000000000,
|
|
"net_total" : 1000000000,
|
|
"blockCache" : 5000000,
|
|
"blockCacheTotal" : 50000000
|
|
},
|
|
|
|
"peers" : {
|
|
"minimum_score" : -100,
|
|
"max_stored_peers" : 5000,
|
|
"max_connect" : 10
|
|
},
|
|
|
|
"timers" : {
|
|
"lookup_blocks" : 25,
|
|
"get_blocks" : 30
|
|
}
|
|
}
|