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 = {
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue