emqx/apps/emqx_conf
Ivan Dyachkov cc3b26a3ac Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
..
etc chore: modify the build to copy examples into the release 2023-06-20 14:53:14 +08:00
include chore: apply code review 2024-07-17 21:27:07 +08:00
src Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
test test(conf_app): Remove redundand config 2024-07-26 17:25:09 +02:00
.gitignore chore: update .gitignore emqx_conf generated files 2022-04-29 16:43:51 +08:00
README.md chore: modify the build to copy examples into the release 2023-06-20 14:53:14 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00

README.md

Configuration Management

This application provides configuration management capabilities for EMQX.

At compile time it reads all configuration schemas and generates the following files:

  • config-en.md: documentation for all configuration options.
  • schema-en.json: JSON description of all configuration schema options.

At runtime, it provides:

  • Cluster configuration synchronization capability. Responsible for synchronizing hot-update configurations from the HTTP API to the entire cluster and ensuring consistency.

In addition, this application manages system-level configurations such as cluster, node, log.