Rename ecosystem config files to harheimertc
This commit is contained in:
15
harheimertc.simple.cjs
Normal file
15
harheimertc.simple.cjs
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'harheimertc',
|
||||
script: 'npm',
|
||||
args: 'run start',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
max_memory_restart: '1G',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3100
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user