Initial commit
This commit is contained in:
commit
8d32777f9f
8 changed files with 2790 additions and 0 deletions
16
config.toml
Normal file
16
config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue