Onionr/static-data/default_config.json

53 lines
1.1 KiB
JSON
Executable File

{
"advanced": {
"security_auditing": true
},
"allocations": {
"disk": 1073741824
},
"general": {
"allow_public_api_dns_rebinding": false,
"announce_node": true,
"bind_address": "",
"dev_mode": false,
"display_header": true,
"security_level": 0,
"show_notifications": true,
"store_plaintext_blocks": true
},
"log": {
"console": {
"color": true,
"output": true
},
"file": {
"output": true,
"remove_on_exit": true
},
"verbosity": "default"
},
"onboarding": {
"done": false
},
"peers": {
"max_connect": 1000,
"max_stored_peers": 10000000,
"minimum_score": -100
},
"plugins": {
"disabled": [],
"enabled": []
},
"runtests": {
"skip_slow": false
},
"security": {
"encrypt_database": false
},
"ui": {
"animated_background": true,
"public_remote_enabled": false,
"public_remote_hosts": [],
"theme": "dark"
}
}