28 lines
703 B
Plaintext
28 lines
703 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 https://www.emqx.io/docs/en/v5.0/configuration/configuration.html for more details.
|
|
## Configuration full example can be found in etc/examples
|
|
|
|
node {
|
|
name = "emqx@127.0.0.1"
|
|
cookie = "emqxsecretcookie"
|
|
data_dir = "data"
|
|
}
|
|
|
|
cluster {
|
|
name = emqxcl
|
|
discovery_strategy = manual
|
|
}
|
|
|
|
dashboard {
|
|
listeners.http {
|
|
bind = 18083
|
|
}
|
|
}
|