delete ecosystem
This commit is contained in:
parent
0b33ceb4f3
commit
173841c57c
|
|
@ -1,16 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
apps: [
|
|
||||||
{
|
|
||||||
name: 'auto-bid-tool',
|
|
||||||
script: './index.js',
|
|
||||||
instances: 1,
|
|
||||||
exec_mode: 'fork',
|
|
||||||
watch: false,
|
|
||||||
log_date_format: 'YYYY-MM-DD HH:mm:ss',
|
|
||||||
output: './logs/out.log',
|
|
||||||
error: './logs/error.log',
|
|
||||||
merge_logs: true,
|
|
||||||
max_memory_restart: '12G',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
};
|
|
||||||
Loading…
Reference in New Issue