From 492329c76a42ba009d9cdb39b1cec2eab1f6dde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 21 Aug 2024 18:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20?= =?UTF-8?q?=E7=8B=AC=E8=A7=92=E6=95=B0=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/dujiaoka/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/dujiaoka/README.md b/apps/dujiaoka/README.md index b67d2d20..9538c9fd 100644 --- a/apps/dujiaoka/README.md +++ b/apps/dujiaoka/README.md @@ -33,6 +33,16 @@ > > 默认管理员密码 admin +### `应用密钥` 配置 + +该密钥由固定头部`base64:`加上`32位字符串的Base64编码`组成,例如:`base64:xxxxx`。 + +使用 `openssl` 生成密钥: + +```bash +openssl rand -base64 32 +``` + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)