Merge pull request #10989 from zhongwencool/emqx_configuration_doc_undef

fix: emqx_configuration_doc function undef
This commit is contained in:
zhongwencool 2023-06-09 14:33:50 +08:00 committed by GitHub
commit d3504bbac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ defmodule EMQXUmbrella.MixProject do
The purpose of this file is to configure the release of EMQX under
Mix. Since EMQX uses its own configuration conventions and startup
procedures, one cannot simply use `iex -S mix`. Instead, it's
recommendd to build and use the release.
recommended to build and use the release.
## Profiles
@ -759,6 +759,7 @@ defmodule EMQXUmbrella.MixProject do
defp template_vars(release, release_type, :pkg = _package_type, edition_type) do
[
emqx_default_erlang_cookie: default_cookie(),
emqx_configuration_doc: emqx_configuration_doc(edition_type),
platform_data_dir: "/var/lib/emqx",
platform_etc_dir: "/etc/emqx",
platform_plugins_dir: "/var/lib/emqx/plugins",