Initial commit
This commit is contained in:
11
ecosystem.config.js
Normal file
11
ecosystem.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name : "ag-beats",
|
||||
script : "./server.js",
|
||||
interpreter: "node",
|
||||
args: "",
|
||||
node_args: "",
|
||||
wait_ready: true,
|
||||
listen_timeout: 5000
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user