## 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 https://docs.emqx.com/en/enterprise/v5.0/configuration/configuration.html ## 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 }