Onionr/static-data/default_config.json

26 lines
516 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
}
},
"plugins": {
"disabled": ["unixtransport", "repl", "bigbrother", "example"],
"enabled": []
2018-08-25 14:33:38 +00:00
},
"security": {
"dandelion": {
"strict": true,
"enabled": true
}
2018-06-14 04:17:58 +00:00
}
}