Skip to content

Commit 0339bf2

Browse files
committed
docs: add new configs for reconciliation file/entry events
1 parent c3ee25d commit 0339bf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,11 @@ ACHGateway:
110110
[ ExcludeReturns: <boolean> | default = false ]
111111
[ ExcludeReconciliations: <boolean> | default = false ]
112112
Reconciliation:
113-
[ Enabled: <boolean> | default = false]
113+
[ Enabled: <boolean> | default = false ]
114114
# Partial filename to match on. Example: "RECON_"
115115
[ PathMatcher: <string> | default = "" ]
116+
[ ProduceFileEvents: <boolean> | default = false ]
117+
[ ProduceEntryEvents: <boolean> | default = false ]
116118
Prenotes:
117119
[ Enabled: <boolean> | default = false]
118120
# Partial filename to match on. Example: "PRENOTE_"

0 commit comments

Comments
 (0)