diff --git a/auto-bid-tool/ecosystem.config.cjs b/auto-bid-tool/ecosystem.config.cjs deleted file mode 100644 index 9cc2030..0000000 --- a/auto-bid-tool/ecosystem.config.cjs +++ /dev/null @@ -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', - }, - ], -};