Initial commit of SOP Monitoring Dashboard
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: "sop-api",
|
||||
script: "./index.js",
|
||||
instances: "max",
|
||||
exec_mode: "cluster",
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "production",
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user