feat(private): initialize private API

This commit is contained in:
MingxuanGame
2025-08-11 14:41:07 +00:00
parent d8c607137a
commit 8acd4578e2
7 changed files with 65 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ docker-compose -f docker-compose-osurx.yml up -d
| `HOST` | 服务器监听地址 | `0.0.0.0` |
| `PORT` | 服务器监听端口 | `8000` |
| `DEBUG` | 调试模式 | `false` |
| `PRIVATE_API_SECRET` | 私有 API 密钥,用于前后端 API 调用 | `your_private_api_secret_here` |
### OAuth 设置
| 变量名 | 描述 | 默认值 |