excalidraw-room/pm2production.json
2021-10-17 22:31:14 +02:00

11 lines
174 B
JSON

{
"name": "webex-collab",
"script": "./dist/index.js",
"autorestart": true,
"exec_mode": "fork_mode",
"instances": 1,
"env": {
"NODE_ENV": "production"
}
}