emqx/apps/emqx_conf
Kjell Winblad a711ee21f3 fix: non_neg_integer() translated to minimum = 1 in bridge-api-en.json
The schema type non_neg_integer() should be translated to minimum 0 and
not 1 when generating the bridge-api-en.json file.

Fixes:
https://emqx.atlassian.net/browse/EMQX-9714
2023-05-08 12:38:16 +02:00
..
etc refactor(log): move default values to schema 2023-04-29 22:10:19 +02:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src fix: non_neg_integer() translated to minimum = 1 in bridge-api-en.json 2023-05-08 12:38:16 +02:00
test chore: apply review suggestions 2023-04-21 12:19:38 +08:00
.gitignore chore: update .gitignore emqx_conf generated files 2022-04-29 16:43:51 +08:00
README.md chore: update apps/emqx_conf/README.md 2023-04-21 16:23:47 +08:00
rebar.config style: reformat emqx_auto_subscribe and emqx_conf 2022-04-25 18:05:10 +02: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.
  • emqx.conf.example: an example of a complete configuration file.

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.