Update documentation for R2 configurations
This commit is contained in:
parent
953a7628a3
commit
10ed4219db
18
etc/emq.conf
18
etc/emq.conf
|
@ -1,5 +1,5 @@
|
||||||
##====================================================================
|
##====================================================================
|
||||||
## EMQ Configuration R2.3.3
|
## EMQ Configuration R2
|
||||||
##====================================================================
|
##====================================================================
|
||||||
|
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
@ -9,7 +9,17 @@
|
||||||
## Cluster name
|
## Cluster name
|
||||||
cluster.name = emqcl
|
cluster.name = emqcl
|
||||||
|
|
||||||
## Cluster discovery strategy: manual | static | mcast | dns | etcd | k8s
|
## Cluster auto-discovery strategy.
|
||||||
|
##
|
||||||
|
## Enum Values:
|
||||||
|
## - manual: Manual join command
|
||||||
|
## - static: Static node list
|
||||||
|
## - mcast: IP Multicast
|
||||||
|
## - dns: DNS A Record
|
||||||
|
## - etcd: etcd
|
||||||
|
## - k8s: Kubernates
|
||||||
|
##
|
||||||
|
## Default: manual
|
||||||
cluster.discovery = manual
|
cluster.discovery = manual
|
||||||
|
|
||||||
## Cluster Autoheal: on | off
|
## Cluster Autoheal: on | off
|
||||||
|
@ -557,7 +567,9 @@ listener.wss.external.access.1 = allow all
|
||||||
## listener.wss.external.proxy_protocol = on
|
## listener.wss.external.proxy_protocol = on
|
||||||
## listener.wss.external.proxy_protocol_timeout = 3s
|
## listener.wss.external.proxy_protocol_timeout = 3s
|
||||||
|
|
||||||
## SSL Options
|
## SSL Option
|
||||||
|
### SSL Options. See http://erlang.org/doc/man/ssl.html
|
||||||
|
|
||||||
listener.wss.external.handshake_timeout = 15s
|
listener.wss.external.handshake_timeout = 15s
|
||||||
|
|
||||||
listener.wss.external.keyfile = {{ platform_etc_dir }}/certs/key.pem
|
listener.wss.external.keyfile = {{ platform_etc_dir }}/certs/key.pem
|
||||||
|
|
Loading…
Reference in New Issue