Onionr/onionr/static-data/default_config.json
Kevin Froman 06986d2703
* now use communicator2 by default
* fixed shutdown command crash
* now handle shutdown of api in communicator
* work on new POW system (block hash being the POW hash)
2018-07-05 02:31:47 -05:00

45 lines
681 B
JSON

{
"general" : {
"dev_mode": true,
"display_header" : true,
"newCommunicator": true,
"dc_response": true,
"dc_execcallbacks" : true
},
"client" : {
},
"log": {
"file": {
"output": true,
"path": "data/output.log"
},
"console": {
"output": true,
"color": true
}
},
"tor" : {
},
"i2p":{
"host": false,
"connect": true,
"ownAddr": ""
},
"allocations":{
"disk": 1000000000,
"netTotal": 1000000000,
"blockCache" : 5000000,
"blockCacheTotal" : 50000000
}
}