module.exports = { apps: [{ name: "scada-manifest-app", script: "project/app.py", interpreter: "/home/adminuser/scada_vs_dwg_manifest/project/venv/bin/python", env: { PORT: 5000, NODE_ENV: "production", }, watch: false, instances: 1, exec_mode: "fork", autorestart: true, max_memory_restart: "500M" }] }