Onionr/static-data/default_config.json

27 lines
537 B
JSON
Executable File

{
"general": {
"display_header": true,
"security_level": 0
},
"log": {
"console": {
"color": true,
"output": true
},
"file": {
"output": true,
"remove_on_exit": false
},
"verbosity": "default"
},
"plugins": {
"disabled": ["unixtransport", "repl", "bigbrother"],
"enabled": []
},
"security": {
"dandelion": {
"strict": true,
"enabled": true
}
}
}