consul/website/content/docs/agent/config
Luke Kysow a1e6d69454
peering: add config to enable/disable peering (#13867)
* 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
2022-07-22 15:20:21 -07:00
..
cli-flags.mdx docs: Use "error" to use standard log level value (#13507) 2022-06-20 16:07:38 -07:00
config-files.mdx peering: add config to enable/disable peering (#13867) 2022-07-22 15:20:21 -07:00
index.mdx docs: Restore agent config docs removed in PR #12562 (#12907) 2022-05-05 10:08:15 -07:00