Onionr/static-data/default_config.json

82 lines
1.5 KiB
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
"general": {
2019-11-16 04:18:38 +00:00
"dev_mode": false,
"announce_node": true,
"display_header": false,
"minimum_block_pow": 4,
"minimum_send_pow": 4,
"use_subprocess_pow_if_possible": true,
"socket_servers": false,
"security_level": 0,
"hide_created_blocks": true,
"insert_deniable_blocks": true,
"max_block_age": 2678400,
"public_key": "",
"random_bind_ip": false,
"use_bootstrap_list": false,
2019-09-29 20:52:34 +00:00
"store_plaintext_blocks": true,
"show_notifications": true
2018-06-14 04:17:58 +00:00
},
2019-11-16 04:18:38 +00:00
"transports": {
"tor": true,
"manual_disk": true
},
"ui": {
"theme": "dark"
},
"plugins": {
"enabled": {
},
"disabled": {
}
},
"log": {
"verbosity": "default",
2018-05-04 07:14:27 +00:00
"file": {
"output": true
2018-05-04 07:14:27 +00:00
},
"console": {
"output": true,
"color": true
2018-05-04 07:14:27 +00:00
}
},
2018-06-05 05:26:11 +00:00
"tor": {
"v3onions": true,
"use_bridge": false,
"bridge_ip": "",
"bridge_fingerprint": ""
2018-06-14 04:17:58 +00:00
},
"allocations": {
"disk": 100000000,
"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": 1000
2018-08-25 14:33:38 +00:00
},
2018-09-24 23:48:00 +00:00
"timers": {
"lookupBlocks": 25,
"getBlocks": 10
},
"onboarding": {
2019-12-03 06:00:15 +00:00
"done": true
2018-06-14 04:17:58 +00:00
}
2018-05-04 07:14:27 +00:00
}