22 lines
643 B
Plaintext
22 lines
643 B
Plaintext
## NOTE:
|
|
## This config file overrides data/configs/cluster.hocon,
|
|
## and is merged with environment variables which start with 'EMQX_' prefix.
|
|
##
|
|
## Config changes made from EMQX dashboard UI, management HTTP API, or CLI
|
|
## are stored in data/configs/cluster.hocon.
|
|
## To avoid confusion, please do not store the same configs in both files.
|
|
##
|
|
## See {{ emqx_configuration_doc }} for more details.
|
|
## Configuration full example can be found in emqx.conf.example
|
|
|
|
node {
|
|
name = "emqx@127.0.0.1"
|
|
cookie = "{{ emqx_default_erlang_cookie }}"
|
|
data_dir = "{{ platform_data_dir }}"
|
|
}
|
|
|
|
cluster {
|
|
name = emqxcl
|
|
discovery_strategy = manual
|
|
}
|