mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-09-05 04:55:08 +00:00
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
|
|
"addr": ":34000"
|
|
"announce": "30m",
|
|
"min_announce": "15m",
|
|
"freelech": false,
|
|
"private": true,
|
|
"bufferpool_size": 500,
|
|
|
|
"storage": {
|
|
"driver": "redis",
|
|
"addr": "127.0.0.1:6379",
|
|
"user": "root",
|
|
"pass": "",
|
|
},
|
|
|
|
"whitelist": [],
|
|
|
|
}
|