-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
34 lines (31 loc) · 818 Bytes
/
config.yml
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
---
basics:
# log directly to console
logToStdout: true
# set loglevel debug|info|warn|fatal
logLevel: debug
# only relevant if logToStdout is false
logFile: ./logfile.log
fileHandling:
# Main Hotfolder that is used
inputFolder: ./in
# scanning interval in seconds
scanInterval: 10
# where should wrong files be placed?
sortOutFolder: /tmp/notused
# should there be exceptions to the sorting out pattern?
ignoredFileNames: "config\\.yml$"
# passible fileTypes
fileTypePDF:
contentTypeFilter: "^application\\/pdf$"
fileNameFilter: ".*\\.pdf$"
# List can be extendet at will but with th (correct types!)
tagging:
- tag: swisscom
searchExpression: "Dispaly"
additionaltags:
- isp
- tag: cablecom
searchExpression: "cablecom"
additionaltags:
- isp