90 lines
1.5 KiB
JSON
Executable File
90 lines
1.5 KiB
JSON
Executable File
{
|
|
"general" : {
|
|
"dev_mode" : true,
|
|
"display_header" : false,
|
|
"minimum_block_pow": 4,
|
|
"minimum_send_pow": 4,
|
|
"socket_servers": false,
|
|
"security_level": 0,
|
|
"max_block_age": 2678400,
|
|
"bypass_tor_check": false,
|
|
"public_key": "",
|
|
"random_bind_ip": true
|
|
},
|
|
|
|
"www" : {
|
|
"public" : {
|
|
"run" : true,
|
|
"path" : "static-data/www/public/",
|
|
"guess_mime" : true
|
|
},
|
|
|
|
"private" : {
|
|
"run" : true,
|
|
"path" : "static-data/www/private/",
|
|
"guess_mime" : true
|
|
},
|
|
|
|
"ui" : {
|
|
"run" : true,
|
|
"private" : true
|
|
}
|
|
},
|
|
|
|
"client" : {
|
|
|
|
},
|
|
|
|
"plugins" : {
|
|
"enabled" : {
|
|
|
|
},
|
|
|
|
"disabled" : {
|
|
|
|
}
|
|
},
|
|
|
|
"log" : {
|
|
"verbosity" : "default",
|
|
|
|
"file": {
|
|
"output": false,
|
|
"path": "output.log"
|
|
},
|
|
|
|
"console" : {
|
|
"output" : true,
|
|
"color" : true
|
|
}
|
|
},
|
|
|
|
"tor" : {
|
|
"v3onions" : true
|
|
},
|
|
|
|
"i2p" : {
|
|
"host" : false,
|
|
"connect" : true,
|
|
"own_addr" : ""
|
|
},
|
|
|
|
"allocations" : {
|
|
"disk" : 100000000,
|
|
"net_total" : 1000000000,
|
|
"blockCache" : 5000000,
|
|
"blockCacheTotal" : 50000000
|
|
},
|
|
|
|
"peers" : {
|
|
"minimum_score" : -100,
|
|
"max_stored_peers" : 5000,
|
|
"max_connect" : 1000
|
|
},
|
|
|
|
"timers" : {
|
|
"lookupBlocks" : 25,
|
|
"getBlocks" : 30
|
|
}
|
|
}
|