Update ecosystem.config.js
This commit is contained in:
parent
a8fa60bc41
commit
04a737334c
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue