site-activity-chain/start_dev.json
2024-04-14 16:25:17 +08:00

22 lines
474 B
JSON

{
"apps": [
{
"name": "chain-events",
"script": "./dist/events.js",
"cwd": "/root/code/web_chain_client",
"max_memory_restart": "1024M",
"watch": false,
"ignore_watch": ["node_modules", "logs", "fixtures", "tasks"],
"instances": 1,
"exec_mode": "fork",
"env": {
"NODE_ENV": "production",
"NODE_PATH": "./dist"
},
"env_production": {
"NODE_ENV": "production"
}
}
]
}