troll_patrol_config.json.template 518 B

12345678910111213141516171819
  1. {
  2. "db": {
  3. "db_path": "server_db"
  4. },
  5. "distributors": {
  6. "Lox": "http://127.0.0.1:8002"
  7. },
  8. "extra_infos_base_url": "http://127.0.0.1:8004/",
  9. "verify_blockages_url": "http://127.0.0.1:8006/verify_blocked_bridges",
  10. "confidence": 0.95,
  11. "max_threshold": HARSHNESS,
  12. "scaling_factor": 0.25,
  13. "min_historical_days": 30,
  14. "max_historical_days": 30,
  15. "port": 8003,
  16. "require_bridge_token": false,
  17. "updater_port": 8123,
  18. "updater_schedule": "* * 22 * * * *"
  19. }