Onionr/static-data/default_config.json

27 lines
537 B
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
"general": {
"display_header": true,
2022-09-26 20:06:05 +00:00
"security_level": 0
},
"log": {
"console": {
"color": true,
"output": true
},
2018-05-04 07:14:27 +00:00
"file": {
"output": true,
2022-02-21 21:15:26 +00:00
"remove_on_exit": false
2018-05-04 07:14:27 +00:00
},
"verbosity": "default"
},
"plugins": {
2022-09-26 20:06:05 +00:00
"disabled": ["unixtransport", "repl", "bigbrother"],
"enabled": []
2018-08-25 14:33:38 +00:00
},
"security": {
"dandelion": {
"strict": true,
"enabled": true
}
2018-06-14 04:17:58 +00:00
}
}