delete ecosystem

This commit is contained in:
nkhangg 2025-04-17 11:03:02 +07:00
parent 0b33ceb4f3
commit 173841c57c
1 changed files with 0 additions and 16 deletions

View File

@ -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',
},
],
};