Initial commit

This commit is contained in:
Silas Brack 2026-03-07 09:53:12 +01:00
commit 8d32777f9f
8 changed files with 2790 additions and 0 deletions

16
config.toml Normal file
View file

@ -0,0 +1,16 @@
[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"