28 lines
548 B
JSON
28 lines
548 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "wallet-svr",
|
|
"script": "npm",
|
|
"args": "run prod:api",
|
|
"cwd": "/home/kingsome/code/wallet-svr",
|
|
"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": "fork",
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
},
|
|
"env_production": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|
|
]
|
|
}
|