Skip to content

Commit

Permalink
doc: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Jun 18, 2023
1 parent 45d2169 commit b549e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,6 @@ iThings物联网平台提供跨不同设备和数据源的通用接入及管理
- tests #单元测试用例
```

### 接口文档

- apisvr: https://apifox.com/apidoc/shared-0fb2272b-5f25-4ce0-90ce-f5bf82958c6d/api-83891730

### 本地运行步骤

- 部署 需要的 组件服务,如 mysql、redis、nats、etcd、TDengine 等等,详见`ithings\src\apisvr\etc\*.yaml` 下的配置文件内容
- 创建数据库`iThings`,并执行目录`ithings/deploy/conf/mysql/sql/`下所有SQL
- 修改`IDE`工作目录为`ithings\src\apisvr`, 然后运行 `ithings/src/apisvr/api.go``main` 函数

### 前端架构

Expand Down
4 changes: 2 additions & 2 deletions deploy/conf/emqx/etc/plugins/emqx_auth_http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ auth.http.auth_req.params = username=%u,password=%P,clientID=%c,ip=%a
## Value: URL
##
## Examples: http://127.0.0.1:80/mqtt/superuser, https://[::1]:80/mqtt/superuser
auth.http.super_req.url = http://127.0.0.1:7777/api/v1/things/device/auth/root-check
auth.http.super_req.url = http://172.19.0.8:7777/api/v1/things/device/auth/root-check

## HTTP Request Method for SuperUser Request
##
Expand Down Expand Up @@ -78,7 +78,7 @@ auth.http.super_req.params = username=%u,password=%P,clientID=%c,ip=%a
## Value: URL
##
## Examples: http://127.0.0.1:80/mqtt/acl, https://[::1]:80/mqtt/acl
auth.http.acl_req.url = http://127.0.0.1:7777/api/v1/things/device/auth/access
auth.http.acl_req.url = http://172.19.0.8:7777/api/v1/things/device/auth/access

## HTTP Request Method for ACL Request
##
Expand Down

0 comments on commit b549e21

Please sign in to comment.