mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
a1e6d69454
* peering: add config to enable/disable peering Add config: ``` peering { enabled = true } ``` Defaults to true. When disabled: 1. All peering RPC endpoints will return an error 2. Leader won't start its peering establishment goroutines 3. Leader won't start its peering deletion goroutines