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