(refactor) Remove env files and scripts, update config files
This commit is contained in:
@@ -16,6 +16,13 @@ Speedtest Tracker 是一个自托管的互联网性能跟踪应用程序,可
|
||||
|
||||
## 安装说明
|
||||
|
||||
#### 生成应用密钥
|
||||
|
||||
需要安装 openssl ,运行以下命令以生成密钥,密钥用于加密。复制包括前缀在内的此密钥,并将其粘贴为您的值。
|
||||
```bash
|
||||
echo -n 'base64:'; openssl rand -base64 32;
|
||||
```
|
||||
|
||||
> admin@example.com
|
||||
>
|
||||
> password
|
||||
|
||||
Reference in New Issue
Block a user