Zaiming (Stone) Shi 704eceb7c7 Merge pull request #12599 from zmstone/0227-refactor-log-config-template 2 лет назад
..
etc bb2bf059ac chore: modify the build to copy examples into the release 2 лет назад
include 46877e979b chore: update copyright-year 2 лет назад
src 704eceb7c7 Merge pull request #12599 from zmstone/0227-refactor-log-config-template 2 лет назад
test 20c4029b33 test(cluster-rpc): unload any mocks in `end_per_suite/1` 2 лет назад
.gitignore bef00b461e chore: update .gitignore emqx_conf generated files 3 лет назад
README.md bb2bf059ac chore: modify the build to copy examples into the release 2 лет назад
rebar.config 1eb75b43c4 chore(auth): split emqx_authn and emqx_authz apps 2 лет назад

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.