emqx/apps/emqx_conf
Andrew Mayorov b74ff10705
Merge pull request #11517 from keynslug/ft/topic-index-v3
feat(topicidx): iterate on trie search implementation
2023-08-28 12:24:16 +04:00
..
etc chore: modify the build to copy examples into the release 2023-06-20 14:53:14 +08:00
include fix: load authz's default sources 2023-06-11 09:11:17 +08:00
src Merge pull request #11517 from keynslug/ft/topic-index-v3 2023-08-28 12:24:16 +04:00
test test: add more test for conf_cli 2023-08-28 11:14:36 +08: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
rebar.config chore(auth): improve emqx_config_handler to replace adhoc config updates 2023-08-16 20:41:05 +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.