Onionr/static-data/default_config.json

53 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-05-04 07:14:27 +00:00
{
"advanced": {
"security_auditing": true
},
"allocations": {
"disk": 1073741824
},
"general": {
"allow_public_api_dns_rebinding": false,
"announce_node": true,
"bind_address": "",
2021-02-22 07:44:17 +00:00
"dev_mode": false,
"display_header": true,
"security_level": 0,
"show_notifications": true,
2021-02-22 07:44:17 +00:00
"store_plaintext_blocks": true
},
"log": {
"console": {
"color": true,
"output": true
},
2018-05-04 07:14:27 +00:00
"file": {
"output": true,
2021-02-22 07:44:17 +00:00
"remove_on_exit": true
2018-05-04 07:14:27 +00:00
},
"verbosity": "default"
},
"onboarding": {
2021-02-22 07:44:17 +00:00
"done": false
2018-07-27 03:07:50 +00:00
},
"peers": {
"max_connect": 1000,
"max_stored_peers": 10000000,
"minimum_score": -100
},
"plugins": {
2020-11-22 00:43:59 +00:00
"disabled": [],
"enabled": []
2018-08-25 14:33:38 +00:00
},
2021-02-04 01:52:36 +00:00
"runtests": {
"skip_slow": false
},
"security": {
"encrypt_database": false
},
"ui": {
2021-02-22 07:44:17 +00:00
"animated_background": true,
"public_remote_enabled": false,
"public_remote_hosts": [],
"theme": "dark"
2018-06-14 04:17:58 +00:00
}
}