mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* NEW [doc] update docs for websockrt tls_enable.
Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
@ -102,7 +102,8 @@ Recommend to use Environment variables to config NanoMQ
|
||||
|NANOMQ_QOS_DURATION | Integer | The interval of the qos timer.|
|
||||
|NANOMQ_ALLOW_ANONYMOUS | Boolean | Allow anonymous login (default: true).|
|
||||
|NANOMQ_WEBSOCKET_ENABLE | Boolean | Enable websocket listener (default: true).|
|
||||
|NANOMQ_WEBSOCKET_URL | String | 'nmq-ws://host:port/path', 'nmq-wss://host:port/path' |
|
||||
|NANOMQ_WEBSOCKET_URL | String | 'nmq-ws://host:port/path'|
|
||||
|NANOMQ_WEBSOCKET_TLS_URL | String | 'nmq-wss://host:port/path'|
|
||||
|NANOMQ_HTTP_SERVER_ENABLE | Boolean | Enable http server (default: false).|
|
||||
|NANOMQ_HTTP_SERVER_PORT | Integer | Port for http server (default: 8081).|
|
||||
|NANOMQ_HTTP_SERVER_USERNAME | String | Http server user name for auth.|
|
||||
|
@ -129,7 +129,8 @@ NanoMQ also supports custom configurations through environment variables. Here i
|
||||
| NANOMQ_QOS_DURATION | Integer | QoS message interval |
|
||||
| NANOMQ_ALLOW_ANONYMOUS | Boolean | Allow anonymous login (default: True) |
|
||||
| NANOMQ_WEBSOCKET_ENABLE | Boolean | Enable WebSocket listening (default: True) |
|
||||
| NANOMQ_WEBSOCKET_URL | String | `nmq-ws://host:port/path` <br /><br />`nmq-wss://host:port/path` |
|
||||
| NANOMQ_WEBSOCKET_URL | String | `nmq-ws://host:port/path` |
|
||||
| NANOMQ_WEBSOCKET_TLS_URL | String | `nmq-wss://host:port/path` |
|
||||
| NANOMQ_HTTP_SERVER_ENABLE | Boolean | Enable HTTP server listening (default: False) |
|
||||
| NANOMQ_HTTP_SERVER_PORT | Integer | HTTP server listening port (default: 8081) |
|
||||
| NANOMQ_HTTP_SERVER_USERNAME | String | Username to access HTTP service |
|
||||
|
@ -125,7 +125,8 @@ NanoMQ 也支持通过环境变量自定义配置,支持的环境变量列表
|
||||
| NANOMQ_QOS_DURATION | Integer | QoS 消息定时间隔时间 |
|
||||
| NANOMQ_ALLOW_ANONYMOUS | Boolean | 允许匿名登录(默认:True) |
|
||||
| NANOMQ_WEBSOCKET_ENABLE | Boolean | 启动 WebSocket 监听(默认:True) |
|
||||
| NANOMQ_WEBSOCKET_URL | String | `nmq-ws://host:port/path` <br />`nmq-wss://host:port/path` |
|
||||
| NANOMQ_WEBSOCKET_URL | String | `nmq-ws://host:port/path` |
|
||||
| NANOMQ_WEBSOCKET_TLS_URL | String | `nmq-wss://host:port/path` |
|
||||
| NANOMQ_HTTP_SERVER_ENABLE | Boolean | 启动 HTTP 服务监听(默认:False) |
|
||||
| NANOMQ_HTTP_SERVER_PORT | Integer | HTTP 服务端监听端口(默认:8081) |
|
||||
| NANOMQ_HTTP_SERVER_USERNAME | String | 访问 HTTP 服务的用户名 |
|
||||
|
Reference in New Issue
Block a user