12 lines
358 B
TOML
12 lines
358 B
TOML
insert_max = 20000
|
|
filter = "tcp"
|
|
regex_filter = "(?:http|https)[[:punct:]]+[[:alnum:]]+[[:punct:]][[:alnum:]]+[[:punct:]](?:com|de|org|net)"
|
|
from_device = false
|
|
device = "enp7s0"
|
|
pcap_file = "<not in use right now>"
|
|
pcap_dir = "../target/files"
|
|
tablename = "json_dump"
|
|
database_user = "postgres"
|
|
database_host = "172.17.0.2"
|
|
database_password = "password"
|