docs: update config note

This commit is contained in:
Zaiming (Stone) Shi 2023-04-27 12:21:13 +02:00
parent edb39bfec1
commit d3a26b45be
2 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -70,3 +70,5 @@ apps/emqx/test/emqx_static_checks_data/master.bpapi
lux_logs/ lux_logs/
/.prepare /.prepare
bom.json bom.json
ct_run*/
apps/emqx_conf/etc/emqx.conf.all.rendered*

View File

@ -1,12 +1,13 @@
## NOTE: ## NOTE:
## Configs in this file might be overridden by: ## This config file overrides data/configs/cluster.hocon,
## 1. Environment variables which start with 'EMQX_' prefix ## and is merged with environment variables which start with 'EMQX_' prefix.
## 2. File $EMQX_NODE__DATA_DIR/configs/cluster-override.conf
## 3. File $EMQX_NODE__DATA_DIR/configs/local-override.conf
## ##
## The *-override.conf files are overwritten at runtime when changes ## Config changes made from EMQX dashboard UI, management HTTP API, or CLI
## are made from EMQX dashboard UI, management HTTP API, or CLI. ## are stored in data/configs/cluster.hocon.
## All configuration details can be found in emqx.conf.example ## To avoid confusion, please do not store the same configs in both files.
##
## See https://docs.emqx.com/en/enterprise/v5.0/configuration/configuration.html
## Configuration full example can be found in emqx.conf.example
node { node {
name = "emqx@127.0.0.1" name = "emqx@127.0.0.1"