diff --git a/pm2config.json b/pm2config.json new file mode 100644 index 0000000..627ea65 --- /dev/null +++ b/pm2config.json @@ -0,0 +1,10 @@ +{ + "apps": [ + { + "name": "ZEC STRATUM PROXY", + "script": "./proxy.js", + "watch": true, + "log_date_format": "YYYY-MM-DD HH:mm:ss.SSS" + } + ] +} \ No newline at end of file