port = 8080
ip = "127.0.0.1"
max_upload_size = "500 MB"
db = "postgres user=usernamehere password=passwordhere dbname=thedatabasename host=localhost" # Add sslmode=require for encrypted connections
# Optional
# mdns = false
# dir = "/path/to/samples/"
# cert = "/path/to/cert.pem"
# key = "/path/to/key.pem"
# pg_cert = "/path/to/pg_cert.pem"
# vt_client = "abc...123"