Onionr/onionr/static-data/default_config.json

77 lines
1.4 KiB
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
2018-06-14 04:17:58 +00:00
"general" : {
2018-09-24 23:48:00 +00:00
"dev_mode" : true,
2018-06-14 04:17:58 +00:00
"display_header" : true,
"minimum_block_pow": 5,
"minimum_send_pow": 5,
2018-07-31 04:41:32 +00:00
"direct_connect" : {
"respond" : true,
"execute_callbacks" : true
}
},
2018-07-31 04:52:48 +00:00
"www" : {
"public" : {
2018-09-24 23:48:00 +00:00
"run" : true,
"path" : "static-data/www/public/",
"guess_mime" : true
2018-07-31 04:52:48 +00:00
},
"private" : {
2018-09-24 23:48:00 +00:00
"run" : true,
"path" : "static-data/www/private/",
"guess_mime" : true,
"timing_protection" : true
2018-07-31 04:52:48 +00:00
},
"ui" : {
"run" : true,
"private" : true
}
2018-06-14 04:17:58 +00:00
},
"client" : {
},
2018-05-04 07:14:27 +00:00
"log": {
"file": {
"output": false,
2018-05-04 07:14:27 +00:00
"path": "data/output.log"
},
2018-09-24 23:48:00 +00:00
"console" : {
"output" : true,
"color" : true
2018-05-04 07:14:27 +00:00
}
},
2018-06-05 05:26:11 +00:00
2018-06-14 04:17:58 +00:00
"tor" : {
2018-09-24 23:48:00 +00:00
"v3onions" : false
2018-06-14 04:17:58 +00:00
},
2018-09-24 23:48:00 +00:00
"i2p" : {
"host" : false,
"connect" : true,
"own_addr" : ""
},
2018-06-14 04:17:58 +00:00
2018-09-24 23:48:00 +00:00
"allocations" : {
"disk" : 10000000000,
"net_total" : 1000000000,
"blockCache" : 5000000,
"blockCacheTotal" : 50000000
2018-07-27 03:07:50 +00:00
},
2018-09-24 23:48:00 +00:00
"peers" : {
"minimum_score" : -100,
"max_stored_peers" : 5000,
"max_connect" : 10
2018-08-25 14:33:38 +00:00
},
2018-09-24 23:48:00 +00:00
"timers" : {
"lookup_blocks" : 25,
"get_blocks" : 30
2018-06-14 04:17:58 +00:00
}
2018-05-04 07:14:27 +00:00
}