ieQu1 18721d05bc Merge pull request #13526 from ieQu1/replicant-ee hace 1 año
..
README.md e0d05a02ff refactor: refine examples hace 2 años
alarm.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-dns.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-etcd-ssl.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-etcd.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-k8s.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-manual.conf.example e0d05a02ff refactor: refine examples hace 2 años
cluster-with-static.conf.example e0d05a02ff refactor: refine examples hace 2 años
conn_congestion.conf.example 43705a54be docs: cosmetic changes in example config files hace 2 años
dashboard-with-http.conf.example e0d05a02ff refactor: refine examples hace 2 años
dashboard-with-https.conf.example 3c5c76fcfc refactor: simplify https listener config for dashboard hace 1 año
delayed.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
exhook.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
flapping_detect.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
force_gc.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
force_shutdown.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
gateway.coap.conf.example 49c4ea9ae9 refactor: mvoe config examples to 'rel/config' hace 2 años
gateway.exproto.conf.example e0d05a02ff refactor: refine examples hace 2 años
gateway.lwm2m.conf.example e0d05a02ff refactor: refine examples hace 2 años
gateway.mqttsn.conf.example e0d05a02ff refactor: refine examples hace 2 años
gateway.stomp.conf.example e0d05a02ff refactor: refine examples hace 2 años
listeners.quic.conf.example 254748b54e chore: comment mountpoints to support direct copy-paste used hace 2 años
listeners.ssl.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
listeners.tcp.conf.example 254748b54e chore: comment mountpoints to support direct copy-paste used hace 2 años
listeners.ws.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
listeners.wss.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
log.console.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
log.file.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
mqtt.conf.example 12da3c0986 feat: configurable server side message_expiry_interval hace 2 años
node.conf.example 1beda1cd11 test(mria): Remove role from the example config hace 1 año
plugins.conf.example b3074144cc chore: temporarily revert `NO_DOC` changes to fields with default value = false hace 1 año
prometheus-pushgateway.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
prometheus.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
psk_authentication.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
rate_limit.conf.example 2a0f5f8ba5 chore: add rate limit example hace 2 años
retainer.conf.example d7112921a6 docs: remove `enable` from config examples hace 1 año
sys_topics.conf.example e0d05a02ff refactor: refine examples hace 2 años
sysmon.os.conf.example e0d05a02ff refactor: refine examples hace 2 años
sysmon.vm.conf.example e0d05a02ff refactor: refine examples hace 2 años

README.md

Examples

Here are examples of how to configure EMQX. The main purpose of the examples are to serve as a reference for configuration layout and syntax, but not a guide to how to configure EMQX. For more information about EMQX configuration, please refer to EMQX documentation (links below).

There are two ways to extend the configuration of EMQX:

  • By adding the configs to emqx.conf file.
  • By adding the configs to a new file and include it in emqx.conf file. For example, add include "mylisteners.conf" to emqx.conf file and add the listeners to mylisteners.conf.

EMQX configuration consists of two parts: static configs and dynamic configs.

  • Configs loaded from emqx.conf (and included files) are static configs.
  • Configs added or updated from the dashboard or CLI are dynamic configs which are synced to all nodes in the cluster and stored in the data directory on each node.

It is important to note that static configs are loaded when EMQX starts and overlays on top of the dynamic configs, to avoid confusion, it is highly recommended NOT to use the same config name for both static and dynamic configs.

Documentation

The EMQX documentation is available at www.emqx.io/docs/en/latest/.

The EMQX Enterprise documentation is available at docs.emqx.com/en/.