onionr/onionr/static-data/default_config.json

91 lines
1.6 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,
2019-06-18 04:33:22 +00:00
"announce_node" : true,
2018-12-24 06:12:46 +00:00
"display_header" : false,
"minimum_block_pow" : 4,
"minimum_send_pow" : 4,
"use_subprocess_pow_if_possible" : true,
2019-07-28 05:33:26 +00:00
"socket_servers" : true,
"security_level" : 0,
"hide_created_blocks" : true,
"insert_deniable_blocks" : true,
"max_block_age" : 2678400,
"public_key" : "",
"random_bind_ip" : false
2018-07-31 04:41:32 +00:00
},
2018-07-31 04:52:48 +00:00
"www" : {
"public" : {
2018-09-24 23:48:00 +00:00
"run" : true,
2019-06-17 03:02:06 +00:00
"path" : "static-data/www/public/"
2018-07-31 04:52:48 +00:00
},
"private" : {
2018-09-24 23:48:00 +00:00
"run" : true,
2019-06-17 03:02:06 +00:00
"path" : "static-data/www/private/"
2018-07-31 04:52:48 +00:00
},
"ui" : {
"run" : true,
"private" : true
}
2018-06-14 04:17:58 +00:00
},
"client" : {
},
"plugins" : {
"enabled" : {
},
"disabled" : {
}
},
"log" : {
"verbosity" : "default",
2018-05-04 07:14:27 +00:00
"file": {
"output": true,
2019-01-20 02:23:26 +00:00
"path": "output.log"
2018-05-04 07:14:27 +00:00
},
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-12-09 17:29:39 +00:00
"v3onions" : true
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" : {
2018-12-26 06:14:05 +00:00
"disk" : 100000000,
2018-09-24 23:48:00 +00:00
"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,
2019-01-22 03:29:29 +00:00
"max_connect" : 1000
2018-08-25 14:33:38 +00:00
},
2018-09-24 23:48:00 +00:00
"timers" : {
2018-12-09 17:29:39 +00:00
"lookupBlocks" : 25,
2019-09-06 05:18:25 +00:00
"getBlocks" : 10
2018-06-14 04:17:58 +00:00
}
2018-05-04 07:14:27 +00:00
}