Skip to content
Snippets Groups Projects
Commit b49d6d82 authored by Jack Hu's avatar Jack Hu
Browse files

added ecosystem file for pm2

parent 3e302fca
Branches 7.x-1.x
Tags 7.x-1.3
No related merge requests found
module.exports = {
apps : [{
name : "se464-lab",
script : "./main.js",
args : "rest sql",
instances: 4,
exec_mode: "cluster",
env: {
port: 3000
}
}]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment