21 lines
378 B
TOML
21 lines
378 B
TOML
[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"
|