executor_config.json 316 B

123456789101112
  1. {
  2. "web_base_url": "http://127.0.0.1:8000",
  3. "model_path": "models/MARS-12S10P_SSSR_D76-C150_V5.0-0819.mot",
  4. "poll_interval": 5,
  5. "instances": 1,
  6. "log_dir": "output/executor_logs",
  7. "log_level": "INFO",
  8. "tool": "motorcad",
  9. "enable_mock": false,
  10. "enable_thermal": false,
  11. "ambient_temperature": 25.0
  12. }