12345678910111213141516171819 |
- {
- "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/",
- "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 * * * *"
- }
|