You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
453 B
20 lines
453 B
{
|
|
"apps": [
|
|
{
|
|
"name": "design_node_koa",
|
|
"script": "./dist/app.js",
|
|
"log_date_format": "YYYY-MM-DD HH:mm Z",
|
|
"error_file": "logs/error.log",
|
|
"out_file": "logs/out.log",
|
|
"merge_logs": true,
|
|
"logrotate": {
|
|
"max_size": "10M",
|
|
"retain": 10,
|
|
"rotateInterval": "0 0 * * *",
|
|
"compress": true
|
|
},
|
|
"watch": true,
|
|
"ignore_watch": ["node_modules", "logs"]
|
|
}
|
|
]
|
|
}
|