-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
50 lines (44 loc) · 1.1 KB
/
config.yml
File metadata and controls
50 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
RailMsgSQL:
Servers:
Public:
Bind:
Address: ":8686"
BasePath: "/ach"
Search:
SqliteFilepath: "ach.db"
AchMasking:
MaskNames: true
MaskAccountNumbers: true
Storage:
ACH:
- id: "mergable"
filesystem:
paths:
- "./internal/search/testdata/"
# select * from ach_files inner join ach_entries where amount > 1000 limit 2;
#
# select
# transaction_code, amount, individual_name, ach_entries.trace_number, return_code
# from ach_files
# inner join ach_entries
# inner join ach_addendas
# where
# amount > 1000 limit 2;
# - id: "achgateway"
# ACHGateway:
# endpoint: "http://localhost:9494"
# shards:
# - "testing"
# - id: "audittrail"
# bucket:
# url: "gs://ach-audittrail/"
# paths:
# - "files"
# encryption:
# gpg:
# files:
# - keyFile: "/conf/keys/audittrail.priv"
# # keyPassword: ""
ACHValidateOpts:
AllowMissingFileHeader: true
AllowMissingFileControl: true