docs: hide shard transport config from docs
Those configurations are too "magical" for the average user, and keeping them in the docs might confuse users.
This commit is contained in:
parent
841acb7828
commit
135cf4fac2
|
@ -567,6 +567,7 @@ fields("db") ->
|
|||
hoconsc:enum([gen_rpc, distr]),
|
||||
#{
|
||||
mapping => "mria.shard_transport",
|
||||
hidden => true,
|
||||
default => gen_rpc,
|
||||
desc => ?DESC(db_default_shard_transport)
|
||||
}
|
||||
|
@ -576,6 +577,7 @@ fields("db") ->
|
|||
map(shard, hoconsc:enum([gen_rpc, distr])),
|
||||
#{
|
||||
desc => ?DESC(db_shard_transports),
|
||||
hidden => true,
|
||||
mapping => "emqx_machine.custom_shard_transports",
|
||||
default => #{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue