28 lines
442 B
JSON
28 lines
442 B
JSON
{
|
|
"devmode": true,
|
|
"dc_response": true,
|
|
|
|
"display_header" : true,
|
|
"log": {
|
|
"file": {
|
|
"output": true,
|
|
"path": "data/output.log"
|
|
},
|
|
|
|
"console": {
|
|
"output": true,
|
|
"color": true
|
|
}
|
|
},
|
|
|
|
"i2p":{
|
|
"host": false,
|
|
"connect": true,
|
|
"ownAddr": ""
|
|
},
|
|
"allocations":{
|
|
"disk": 1000000000,
|
|
"netTotal": 1000000000
|
|
}
|
|
}
|