typo: fix typo in the description of external url (#202)

修正 Docker 参数 `halo.external-url` 描述中的错别字。

/kind documentation

```release-note
None 
```
This commit is contained in:
Ryan Wang
2023-03-28 17:18:12 +08:00
committed by GitHub
parent aaa258d244
commit 96feaf5631
5 changed files with 5 additions and 5 deletions
@@ -4,7 +4,7 @@
| `spring.r2dbc.username` | 数据库用户名 |
| `spring.r2dbc.password` | 数据库密码 |
| `spring.sql.init.platform` | 数据库平台名称,支持 `postgresql``mysql``h2`,需要与 `SPRING_R2DBC_URL` 对应 |
| `halo.external-url` | 外部访问链接,如果需要公网访问,需要配置为实际访问地址 |
| `halo.external-url` | 外部访问链接,如果需要公网访问,需要配置为实际访问地址 |
| `halo.security.initializer.superadminusername` | 初始超级管理员用户名 |
| `halo.security.initializer.superadminpassword` | 初始超级管理员密码 |