wallet-mail/start.json
2023-03-17 15:57:54 +08:00

23 lines
503 B
JSON

{
"apps": [
{
"name": "wallet-mail",
"script": "npm",
"args": "run prod:api",
"cwd": "/data/apps/wallet-mail",
"max_memory_restart": "1024M",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"watch": true,
"ignore_watch": ["node_modules", "logs", "fixtures", "tasks"],
"instances": 1,
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production"
},
"env_production": {
"NODE_ENV": "production"
}
}
]
}