added pm2 config
This commit is contained in:
parent
812d2daee5
commit
934655e36d
7
ecosystem.config.js
Normal file
7
ecosystem.config.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps : [{
|
||||||
|
name : "Today",
|
||||||
|
script : "./todayV2.js",
|
||||||
|
interpreter : 'node@8'
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user