aboutsummaryrefslogtreecommitdiff
path: root/config.toml.sample
blob: dedd166138f7efe59802e2734467e561568fd7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Move to config.toml in the same directory as the binary.
# All command line arguments are accepted plus some more.

base_port = 6881
num_nodes = 1
debug = false
quiet = false
dsn = "postgres://dht:dht@localhost/dht?sslmode=disable"
no_http = false
http_address = "localhost:6880"
skip_tags = ["adult"]

[tags]
test = "\\.asdfasdfsdfsfdsfs"