summaryrefslogtreecommitdiff
path: root/color.json
blob: 1a8a8092e9bbeb87e04f9bf5b109c3cb4c2e0542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "apps": [{
        "name": "color",
        "script": "./index.js",
        "exec_mode": "cluster",
        "instances": 2,
        "merge_logs": true,
        "watch": false,
        "out_file": "./color.log",
        "error_file": "./color.err",
        "env": {
            "NODE_ENV": "development"
        },
        "env_production" : {
            "NODE_ENV": "production"
        }
    }]
}