Onionr/onionr/static-data/default_config.json

65 lines
1.0 KiB
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
2018-06-14 04:17:58 +00:00
"general" : {
"dev_mode": true,
"display_header" : true,
2018-07-31 04:41:32 +00:00
"direct_connect" : {
"respond" : true,
"execute_callbacks" : true
}
},
2018-07-31 04:52:48 +00:00
"www" : {
"public" : {
"run" : true
},
"private" : {
"run" : true
},
"ui" : {
"run" : true,
"private" : true
}
2018-06-14 04:17:58 +00:00
},
"client" : {
},
2018-05-04 07:14:27 +00:00
"log": {
"file": {
"output": true,
"path": "data/output.log"
},
"console": {
"output": true,
"color": true
}
},
2018-06-05 05:26:11 +00:00
2018-06-14 04:17:58 +00:00
"tor" : {
2018-08-19 04:07:09 +00:00
"v3onions": false
2018-06-14 04:17:58 +00:00
},
"i2p":{
2018-06-14 04:17:58 +00:00
"host": false,
"connect": true,
"ownAddr": ""
},
2018-06-14 04:17:58 +00:00
"allocations":{
2018-08-23 19:46:23 +00:00
"disk": 10000000000,
2018-06-14 04:17:58 +00:00
"netTotal": 1000000000,
"blockCache": 5000000,
"blockCacheTotal": 50000000
2018-07-27 03:07:50 +00:00
},
"peers":{
"minimumScore": -100,
2018-08-21 20:01:50 +00:00
"maxStoredPeers": 5000,
"maxConnect": 5
2018-06-14 04:17:58 +00:00
}
2018-05-04 07:14:27 +00:00
}