docs: update config note
This commit is contained in:
parent
edb39bfec1
commit
d3a26b45be
|
@ -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*
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue