Skip to content

Commit 4b555ad

Browse files
authored
Merge pull request #3980 from ClickHouse/Blargian-patch-44
Keeper configuration: add missing parameter
2 parents aebdb74 + b4c677d commit 4b555ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/sre/keeper/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The main ClickHouse Keeper configuration tag is `<keeper_server>` and has the fo
5252
| `create_snapshot_on_exit` | Create a snapshot during shutdown | - |
5353
| `hostname_checks_enabled` | Enable sanity hostname checks for cluster configuration (e.g. if localhost is used with remote endpoints) | `True` |
5454
| `four_letter_word_white_list` | White list of 4lw commands. | `conf, cons, crst, envi, ruok, srst, srvr, stat, wchs, dirs, mntr, isro, rcvr, apiv, csnp, lgif, rqld, ydld` |
55-
55+
|`enable_ipv6`| Enable IPv6 | `True`|
5656

5757
Other common parameters are inherited from the ClickHouse server config (`listen_host`, `logger`, and so on).
5858

0 commit comments

Comments
 (0)