public code v1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: "manager",
|
||||
script: "./manager/index.js",
|
||||
watch: true
|
||||
},
|
||||
{
|
||||
name: "verifier",
|
||||
script: "./verifier/index.js",
|
||||
watch: true
|
||||
},
|
||||
{
|
||||
name: "storage",
|
||||
script: "./storage/index.js",
|
||||
ignore_watch: ["phonendo_db"],
|
||||
watch: true
|
||||
},
|
||||
{
|
||||
name: "reader",
|
||||
script: "./reader/index.js",
|
||||
watch: true
|
||||
},
|
||||
{
|
||||
name: "publisher",
|
||||
script: "./publisher/index.js",
|
||||
watch: true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user