Skip to content

Config Files

akakou edited this page Oct 1, 2018 · 1 revision

Filt

conf/Server.toml

certificate = "path to p12 cert file"
password = "password"
address = "host:port"

conf/Scanner.toml

scanners = [
    "scanner's name 0",
    "scanner's name 1"
]

conf/Git.toml

# interval for pull
interval = 1 

Scanner

scanner/scanner_app/Settings.toml

excutable_file = "excutable file (relative path)"
extensions = [
    "file extention 0",
    "file extention 1"
]

Clone this wiki locally