Remove ecosystem configuration file for Harheimer TC, streamlining project structure.
This commit is contained in:
15
ecosystem.simple.cjs
Normal file
15
ecosystem.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