mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-14 04:01:25 +00:00
Talk about consul discovery in readme
This commit is contained in:
parent
fbe8fe81f2
commit
f0918b377e
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ bootstrap_peers = [
|
||||||
"10.0.0.3:3901",
|
"10.0.0.3:3901",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# optionnal: garage can find cluster nodes automatically using a Consul server
|
||||||
|
# garage only does lookup but does not register itself, registration should be handled externally by e.g. Nomad
|
||||||
|
consul_host = "localhost:8500" # optionnal: host name of a Consul server for automatic peer discovery
|
||||||
|
consul_service_name = "garage" # optionnal: service name to look up on Consul
|
||||||
|
|
||||||
max_concurrent_rpc_requests = 12
|
max_concurrent_rpc_requests = 12
|
||||||
data_replication_factor = 3
|
data_replication_factor = 3
|
||||||
meta_replication_factor = 3
|
meta_replication_factor = 3
|
||||||
|
|
Loading…
Reference in a new issue