Serge Tupchii e1456c1c04 feat(emqx_conf_schema): add node.default_bootstrap_batch_size config parameter 2 лет назад
..
etc bb2bf059ac chore: modify the build to copy examples into the release 2 лет назад
include 994db58cbf fix: load authz's default sources 2 лет назад
src e1456c1c04 feat(emqx_conf_schema): add node.default_bootstrap_batch_size config parameter 2 лет назад
test 053b7fb94a test: add more test for conf_cli 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 128aa19d47 chore(auth): improve emqx_config_handler to replace adhoc config updates 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.