{
    "apps": [{
        "name": "dfsp-ledger",
        "script": "index.js",
        "args": [""],
        "watch"       : false,
        "ignore_watch": ["node_modules"],
        // "max_memory_restart" : "300M", // restart application if memory usage is more than 300M
        "env": {
            "UT_ENV": "prod"
        }
    }]
}
