Update ecosystem.config.js

This commit is contained in:
Sefinek 2025-03-21 10:18:35 +01:00
parent a8fa60bc41
commit 04a737334c

View file

@ -1,14 +1,14 @@
module.exports = { module.exports = {
apps: [{ apps: [{
name: 'wta', name: 'cwa',
script: './index.js', script: './index.js',
// Logging settings // Logging settings
log_date_format: 'HH:mm:ss.SSS DD.MM.YYYY', log_date_format: 'HH:mm:ss.SSS DD.MM.YYYY',
merge_logs: true, merge_logs: true,
log_file: '~/logs/other/waf-to-abuseipdb/combined.log', log_file: '~/logs/other/cf-waf-abuseipdb/combined.log',
out_file: '~/logs/other/waf-to-abuseipdb/out.log', out_file: '~/logs/other/cf-waf-abuseipdb/out.log',
error_file: '~/logs/other/waf-to-abuseipdb/error.log', error_file: '~/logs/other/cf-waf-abuseipdb/error.log',
// Application restart policy // Application restart policy
wait_ready: true, wait_ready: true,