chore: update cluster_hocon_file doc

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
zhongwencool 2023-04-14 22:30:35 +08:00 committed by GitHub
parent bcce989906
commit 7c5dead03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ deprecated_conf_file(Opts) when is_map(Opts) ->
deprecated_conf_file(Which) when is_atom(Which) -> deprecated_conf_file(Which) when is_atom(Which) ->
application:get_env(emqx, Which, undefined). application:get_env(emqx, Which, undefined).
%% The newer version cluster-wide config persistence file.
cluster_hocon_file(Opts) when is_map(Opts) -> cluster_hocon_file(Opts) when is_map(Opts) ->
Key = Key =
case maps:get(override_to, Opts, cluster) of case maps:get(override_to, Opts, cluster) of