troll-patrol/config.json

20 lines
469 B
JSON
Raw Permalink Normal View History

{
"db": {
"db_path": "server_db"
},
"distributors": {
"Lox": "127.0.0.1:8002"
},
"extra_infos_base_url": "https://collector.torproject.org/recent/bridge-descriptors/extra-infos/",
2024-04-12 12:52:30 -04:00
"confidence": 0.95,
"max_threshold": 5,
"scaling_factor": 0.25,
"min_historical_days": 30,
"max_historical_days": 30,
"port": 8003,
"require_bridge_token": false,
"updater_port": 8123,
"updater_schedule": "* * 22 * * * *"
}