File tree Expand file tree Collapse file tree
pages/src/content/docs/product Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,14 +122,9 @@ smart-mqtt 通过内置的 **enterprise-plugin** 插件,作为产品的基础
122122
123123---
124124
125+ ### 用户管理
125126
126- ### 系统设置
127-
128- #### 用户管理
129-
130-
131- 提供系统用户账号的管理功能:
132-
127+ ![ ] ( ./img/user.png )
133128| 功能 | 说明 |
134129| ------| ------|
135130| ** 用户列表** | 分页展示用户信息(用户名、角色、描述、创建时间) |
@@ -138,18 +133,26 @@ smart-mqtt 通过内置的 **enterprise-plugin** 插件,作为产品的基础
138133| ** 删除用户** | 批量删除用户账号 |
139134| ** 角色管理** | 支持管理员和普通用户两种角色 |
140135
141- #### 系统参数配置
136+ ### 系统参数
142137
138+ 系统参数用于配置 smart-mqtt 管理平台的核心运行参数,通过 ** enterprise-plugin** 插件提供配置支持。
143139
140+ ![ ] ( ./img/setting.png )
144141
145- 支持灵活的系统参数配置:
142+ | 参数项 | 说明 | 默认值 |
143+ | --------| ------| --------|
144+ | ** http.port** | HTTP 服务监听端口,用于访问 Web 管理控制台和 RESTful API | 18083 |
145+ | ** http.host** | HTTP 服务监听地址,` 0.0.0.0 ` 表示监听所有网络接口 | 0.0.0.0 |
146+ | ** database.dbType** | 数据库类型,支持 ` h2 ` (文件模式)、` h2_mem ` (内存模式)、` mysql ` | h2 |
147+ | ** database.url** | MySQL 数据库连接地址,仅在 ` dbType ` 为 ` mysql ` 时生效 | - |
148+ | ** database.username** | MySQL 数据库用户名,仅在 ` dbType ` 为 ` mysql ` 时生效 | - |
149+ | ** database.password** | MySQL 数据库密码,仅在 ` dbType ` 为 ` mysql ` 时生效 | - |
150+ | ** registry** | 插件市场地址,用于浏览和下载官方插件(目前为体验服) | |
151+
152+ <Aside type = " tip" >
153+ 对于生产环境或海量设备场景,建议将 ` dbType ` 设置为 ` mysql ` 以获得更好的稳定性和性能。
154+ </Aside >
146155
147- | 配置项 | 说明 |
148- | --------| ------|
149- | ** 连接记录模式** | 设置连接记录存储方式(不记录/内存/数据库) |
150- | ** 订阅记录模式** | 设置订阅记录存储方式 |
151- | ** 指标记录模式** | 设置性能指标记录方式 |
152- | ** 展示指标** | 配置仪表盘展示的指标项 |
153156
154157---
155158
You can’t perform that action at this time.
0 commit comments