16 lines
253 B
TOML
16 lines
253 B
TOML
[server]
|
|
port = 3100
|
|
replication_factor = 2
|
|
virtual_nodes = 100
|
|
|
|
[database]
|
|
path = "/tmp/mkv-test/index.db"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3101"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3102"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3103"
|