From 04a737334c4763e486f0d25c059b52094d88ac45 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Fri, 21 Mar 2025 10:18:35 +0100 Subject: [PATCH] Update ecosystem.config.js --- ecosystem.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 9b18a67..3e80421 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,14 +1,14 @@ module.exports = { apps: [{ - name: 'wta', + name: 'cwa', script: './index.js', // Logging settings log_date_format: 'HH:mm:ss.SSS DD.MM.YYYY', merge_logs: true, - log_file: '~/logs/other/waf-to-abuseipdb/combined.log', - out_file: '~/logs/other/waf-to-abuseipdb/out.log', - error_file: '~/logs/other/waf-to-abuseipdb/error.log', + log_file: '~/logs/other/cf-waf-abuseipdb/combined.log', + out_file: '~/logs/other/cf-waf-abuseipdb/out.log', + error_file: '~/logs/other/cf-waf-abuseipdb/error.log', // Application restart policy wait_ready: true,