{
  "label": "UQO IMM1033 — Notes de cours interactives",
  "domain": "www.uqo-imm1033.app",
  "port": 8161,
  "health_path": "/api/health",
  "extra_paths": [],
  "sync_excludes": [
    ".DS_Store"
  ],
  "requires": {
    "runtimes": [
      "node",
      "pm2"
    ],
    "ram_gb": 1,
    "ports": [
      8161
    ]
  },
  "ram_mb_observed": 80,
  "size_mb": 25,
  "placement": {
    "pin": null,
    "prefer": null,
    "avoid": [],
    "reason": ""
  },
  "processes": [
    {
      "name": "uqo-imm1033",
      "manager": "pm2",
      "script": "/opt/homebrew/bin/node",
      "args": [
        "server.mjs",
        "8161",
        "/Users/simon-pierreboucher/apps/uqo-imm1033/dist"
      ],
      "interpreter": null,
      "cwd": "/Users/simon-pierreboucher/apps/uqo-imm1033",
      "env": {
        "PORT": "8161"
      },
      "cron_restart": null,
      "autorestart": true,
      "max_memory_restart": "300M"
    }
  ],
  "ngrok": null,
  "launchd": [],
  "env_overrides": {},
  "hooks": {
    "post_sync": [],
    "post_start": []
  },
  "ka_repo": false,
  "app": "uqo-imm1033",
  "dir": "~/apps/uqo-imm1033",
  "venv_python": null,
  "source_node": "laptop",
  "tunnel": {
    "domain": "www.uqo-imm1033.app",
    "gateway": "BHS64",
    "note": "MacLustr Tunnel depuis 2026-09-10 ; ngrok retiré"
  }
}