lox-simulation/configs/troll_patrol_config.json.te...

19 lines
442 B
Plaintext
Raw Normal View History

{
"db": {
"db_path": "server_db"
},
"distributors": {
"Lox": "http://127.0.0.1:8002"
},
"extra_infos_base_url": "http://127.0.0.1:8004/",
"confidence": 0.95,
"max_threshold": HARSHNESS,
"scaling_factor": 0.25,
"min_historical_days": 30,
"max_historical_days": 30,
"port": 8003,
"require_bridge_token": false,
"updater_port": 8123,
"updater_schedule": "* * 22 * * * *"
}