added pm2 config

This commit is contained in:
Martin Donnelly 2017-10-26 10:58:44 +01:00
parent 812d2daee5
commit 934655e36d

7
ecosystem.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
apps : [{
name : "Today",
script : "./todayV2.js",
interpreter : 'node@8'
}]
}