onionr/onionr/static-data/default_config.json

21 lines
337 B
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
"devmode": true,
"dc_response": true,
"log": {
"file": {
"output": true,
"path": "data/output.log"
},
"console": {
"output": true,
"color": true
}
},
"allocations":{
"disk": 1000000000,
"netTotal": 1000000000
2018-05-04 07:14:27 +00:00
}
}