scanfile/config.toml
2025-06-12 11:59:10 +02:00

23 lines
392 B
TOML

debug = true
[web]
cert = '/etc/ssl/certs/ssl-cert-snakeoil.pem'
host = '127.0.0.1'
key = '/etc/ssl/key/ssl-cert-snakeoil.key'
port = 8080
tls = false
[db]
host = "localhost"
user = "scanfile"
port = 5432
password = "Sequel-Gutless-Epilogue1-Scorch-Nuclei"
database = "scanfile"
debug = true
[store]
path = "./storage/files/"
[processing]
maxparallel = 5
oleurl = "http://localhost:5000"