Skip to content

Commit

Permalink
basic pm2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Oct 4, 2017
1 parent c634f49 commit 968b151
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pm2config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"apps": [
{
"name": "ZEC STRATUM PROXY",
"script": "./proxy.js",
"watch": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss.SSS"
}
]
}

0 comments on commit 968b151

Please sign in to comment.