Просмотр исходного кода

chore(conf): EMQ X -> EMQX in conf files

Zaiming (Stone) Shi 4 лет назад
Родитель
Сommit
b3d9605722

+ 10 - 10
apps/emqx/etc/emqx.conf

@@ -53,7 +53,7 @@ listeners.tcp.default {
     "allow all"
   ]
 
-  ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
+  ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
   ## behind HAProxy or Nginx.
   ##
   ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@@ -63,7 +63,7 @@ listeners.tcp.default {
   ## Default: false
   proxy_protocol = false
 
-  ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
+  ## Sets the timeout for proxy protocol. EMQX will close the TCP connection
   ## if no proxy protocol packet received within the timeout.
   ##
   ## @doc listeners.tcp.<name>.proxy_protocol_timeout
@@ -152,7 +152,7 @@ listeners.ssl.default {
     "allow all"
   ]
 
-  ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
+  ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
   ## behind HAProxy or Nginx.
   ##
   ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@@ -162,7 +162,7 @@ listeners.ssl.default {
   ## Default: true
   proxy_protocol = false
 
-  ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
+  ## Sets the timeout for proxy protocol. EMQX will close the TCP connection
   ## if no proxy protocol packet received within the timeout.
   ##
   ## @doc listeners.ssl.<name>.proxy_protocol_timeout
@@ -339,7 +339,7 @@ listeners.ws.default {
     "allow all"
   ]
 
-  ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
+  ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
   ## behind HAProxy or Nginx.
   ##
   ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@@ -349,7 +349,7 @@ listeners.ws.default {
   ## Default: true
   proxy_protocol = false
 
-  ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
+  ## Sets the timeout for proxy protocol. EMQX will close the TCP connection
   ## if no proxy protocol packet received within the timeout.
   ##
   ## @doc listeners.ws.<name>.proxy_protocol_timeout
@@ -442,7 +442,7 @@ listeners.wss.default {
     "allow all"
   ]
 
-  ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
+  ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
   ## behind HAProxy or Nginx.
   ##
   ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@@ -452,7 +452,7 @@ listeners.wss.default {
   ## Default: true
   proxy_protocol = false
 
-  ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
+  ## Sets the timeout for proxy protocol. EMQX will close the TCP connection
   ## if no proxy protocol packet received within the timeout.
   ##
   ## @doc listeners.wss.<name>.proxy_protocol_timeout
@@ -1567,7 +1567,7 @@ example_common_websocket_options {
   ## Default: ""
   websocket.check_origins = "http://localhost:18083, http://127.0.0.1:18083"
 
-  ## Specify which HTTP header for real source IP if the EMQ X cluster is
+  ## Specify which HTTP header for real source IP if the EMQX cluster is
   ## deployed behind NGINX or HAProxy.
   ##
   ## @doc listeners.<name>.websocket.proxy_address_header
@@ -1575,7 +1575,7 @@ example_common_websocket_options {
   ## Default: X-Forwarded-For
   websocket.proxy_address_header = X-Forwarded-For
 
-  ## Specify which HTTP header for real source port if the EMQ X cluster is
+  ## Specify which HTTP header for real source port if the EMQX cluster is
   ## deployed behind NGINX or HAProxy.
   ##
   ## @doc listeners.<name>.websocket.proxy_port_header

+ 1 - 1
apps/emqx_bridge/etc/emqx_bridge.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X Bridge
+## EMQX Bridge
 ##--------------------------------------------------------------------
 
 ## MQTT bridges to/from another MQTT broker

+ 1 - 1
apps/emqx_conf/etc/emqx_conf.conf

@@ -5,7 +5,7 @@
 ## 3. File {{ platform_data_dir }}/configs/local-override.conf
 ##
 ## The *-override.conf files are overwritten at runtime when changes
-## are made from EMQ X dashboard UI, management HTTP API, or CLI.
+## are made from EMQX dashboard UI, management HTTP API, or CLI.
 
 ##==================================================================
 ## Node

+ 1 - 1
apps/emqx_dashboard/etc/emqx_dashboard.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X Dashboard
+## EMQX Dashboard
 ##--------------------------------------------------------------------
 
 dashboard {

+ 1 - 1
apps/emqx_exhook/etc/emqx_exhook.conf

@@ -1,5 +1,5 @@
 ##====================================================================
-## EMQ X Hooks
+## EMQX Hooks
 ##====================================================================
 
 exhook {

+ 1 - 1
apps/emqx_gateway/etc/emqx_gateway.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X Gateway configurations
+## EMQX Gateway configurations
 ##--------------------------------------------------------------------
 
 ## No gateway by default.

+ 1 - 1
apps/emqx_prometheus/etc/emqx_prometheus.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## emqx_prometheus for EMQ X
+## emqx_prometheus for EMQX
 ##--------------------------------------------------------------------
 prometheus {
     push_gateway_server = "http://127.0.0.1:9091"

+ 1 - 1
apps/emqx_psk/etc/emqx_psk.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X PSK
+## EMQX PSK
 ##--------------------------------------------------------------------
 
 psk_authentication {

+ 1 - 1
apps/emqx_retainer/etc/emqx_retainer.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X Retainer
+## EMQX Retainer
 ##--------------------------------------------------------------------
 
 ## Where to store the retained messages.

+ 1 - 1
apps/emqx_rule_engine/etc/emqx_rule_engine.conf

@@ -1,5 +1,5 @@
 ##====================================================================
-## Rule Engine for EMQ X R5.0
+## Rule Engine for EMQX R5.0
 ##====================================================================
 rule_engine {
     ignore_sys_message = true

+ 1 - 1
apps/emqx_slow_subs/etc/emqx_slow_subs.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## EMQ X Slow Subscribers Statistics
+## EMQX Slow Subscribers Statistics
 ##--------------------------------------------------------------------
 
 slow_subs {

+ 1 - 1
apps/emqx_statsd/etc/emqx_statsd.conf

@@ -1,5 +1,5 @@
 ##--------------------------------------------------------------------
-## Statsd for EMQ X
+## Statsd for EMQX
 ##--------------------------------------------------------------------
 
 statsd {