{
  "settings": {
    "check_every_seconds": 10,
    "graceful_stop_seconds": 6,
    "restart_cooldown_seconds": 5,
    "dashboard_refresh_seconds": 2
  },
  "services": [
    {
      "name": "Calls Admin",
      "key": "calls_admin",
      "enabled": true,
      "type": "python",
      "cwd": "C:\\Users\\drewp\\Desktop",
      "command": "python",
      "args": [
        "-X",
        "utf8",
        "serve_v067.py"
      ],
      "restart_if_process_exits": true,
      "restart_if_silent_minutes": 0,
      "health_url": "http://127.0.0.1:9000/api/lightning/status",
      "restart_if_unhealthy_minutes": 0,
      "watch_file": "",
      "restart_if_file_stale_minutes": 0
    },
    {
      "name": "Baron Lightning Bridge",
      "key": "baron_lightning",
      "enabled": true,
      "type": "python",
      "cwd": "C:\\Users\\drewp\\Desktop",
      "command": "python",
      "args": [
        "-X",
        "utf8",
        "baron_lightning_bridge_v001.py"
      ],
      "restart_if_process_exits": true,
      "restart_if_silent_minutes": 0,
      "health_url": "",
      "restart_if_unhealthy_minutes": 0,
      "watch_file": "C:\\Users\\drewp\\Desktop\\baron_lightning.json",
      "restart_if_file_stale_minutes": 10
    },
    {
      "name": "Peet Weather Parser",
      "key": "peet_weather",
      "enabled": true,
      "type": "python",
      "cwd": "C:\\Users\\drewp\\Desktop",
      "command": "python",
      "args": [
        "-X",
        "utf8",
        "peet_server_hazcams_wu.py"
      ],
      "restart_if_process_exits": true,
      "restart_if_silent_minutes": 0,
      "health_url": "",
      "restart_if_unhealthy_minutes": 0,
      "watch_file": "",
      "restart_if_file_stale_minutes": 0
    },
    {
      "name": "WeatherScan V1",
      "key": "weatherscan",
      "enabled": false,
      "type": "npm",
      "cwd": "C:\\Users\\drewp\\Downloads\\weatherscan-v1-main",
      "command": "npm.cmd",
      "args": [
        "start"
      ],
      "restart_if_process_exits": true,
      "restart_if_silent_minutes": 0,
      "health_url": "http://localhost:3000",
      "restart_if_unhealthy_minutes": 2,
      "watch_file": "",
      "restart_if_file_stale_minutes": 0
    }
  ]
}