emqx/apps/emqx_conf
Thales Macedo Garitezi 57074015c6 feat(ds): allow customizing the data directory
The storage expectations for the RocksDB DB may be different from our usual data
directory.  Also, it may consume a lot more storage than other data.

This allows customizing the data directory for the builtin DS storage backend.

Note: if the cluster was already initialized using a directory path, changing that config
will have no effect.  This path is currently persisted in mnesia and used when reopening
the DB.
2024-01-19 13:07:24 -03:00
..
etc chore: modify the build to copy examples into the release 2023-06-20 14:53:14 +08:00
include Merge remote-tracking branch 'upstream/release-54' 2023-11-14 19:38:21 +01:00
src feat(ds): allow customizing the data directory 2024-01-19 13:07:24 -03:00
test fix: the API prompt garbled characters for updating the configuration 2024-01-03 15:34:45 +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): 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.