troll_patrol_config.json.template 442 B

123456789101112131415161718
  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. "confidence": 0.95,
  10. "max_threshold": HARSHNESS,
  11. "scaling_factor": 0.25,
  12. "min_historical_days": 30,
  13. "max_historical_days": 30,
  14. "port": 8003,
  15. "require_bridge_token": false,
  16. "updater_port": 8123,
  17. "updater_schedule": "* * 22 * * * *"
  18. }