Update doc: quick_start

This commit is contained in:
Alex Auvolat
2021-10-19 17:00:01 +02:00
parent 12190efd41
commit 550ce7db2a
4 changed files with 26 additions and 28 deletions
-1
View File
@@ -32,7 +32,6 @@ data_dir = "/tmp/garage-data-$count"
rpc_bind_addr = "0.0.0.0:$((3900+$count))" # the port other Garage nodes will use to talk to this node
rpc_public_addr = "127.0.0.1:$((3900+$count))"
bootstrap_peers = []
max_concurrent_rpc_requests = 12
replication_mode = "3"
rpc_secret = "$NETWORK_SECRET"