[docs]api tags i18n, update readme (#103)

This commit is contained in:
tomsun28
2022-04-21 22:04:15 +08:00
committed by GitHub
parent 1c31b3ff0c
commit 02ebca02cc
18 changed files with 26 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ sidebar_label: Docker方式部署
在主机目录下创建sureness.ymleg:/opt/sureness.yml
配置文件内容参考 项目仓库[/script/sureness.yml](https://gitee.com/dromara/hertzbeat/blob/master/script/sureness.yml)
```yaml
```yaml
resourceRole:
- /account/auth/refresh===post===[admin,user,guest]
@@ -115,11 +115,11 @@ account:
salt: 123
role: [guest]
```
```
修改sureness.yml的如下**部分参数****[注意⚠sureness配置的其它默认参数需保留]**
```yaml
```yaml
# 用户账户信息
# 下面有 admin tom lili 三个账户
@@ -144,7 +144,7 @@ account:
salt: 123
role: [guest]
```
```
6. 启动HertzBeat Docker容器
```