16 lines
248 B
TOML
16 lines
248 B
TOML
[server]
|
|
port = 3000
|
|
replication_factor = 2
|
|
virtual_nodes = 100
|
|
|
|
[database]
|
|
path = "/tmp/mkv/index.db"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3001"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3002"
|
|
|
|
[[volumes]]
|
|
url = "http://localhost:3003"
|