mkv/config.bench.toml
2026-03-07 13:09:53 +01:00

16 lines
254 B
TOML

[server]
port = 3000
replication_factor = 2
virtual_nodes = 100
[database]
path = "/tmp/mkv-bench/index.db"
[[volumes]]
url = "http://localhost:3101"
[[volumes]]
url = "http://localhost:3102"
[[volumes]]
url = "http://localhost:3103"