docs: 更新 JWT_SECRET 說明以提供更清晰的指導

This commit is contained in:
Your Name 2026-01-20 20:55:29 +08:00
parent 2b1bfc1df4
commit 2f22c72ace

View file

@ -70,6 +70,8 @@ docker run -d \
建立 `docker-compose.yml` 建立 `docker-compose.yml`
JWT_SECRET=請改成你自己的隨機字串至少32字元
```yaml ```yaml
services: services:
convertx: convertx:
@ -85,8 +87,6 @@ services:
- JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1 - JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1
``` ```
JWT_SECRET=請改成你自己的隨機字串至少32字元
啟動: 啟動:
```bash ```bash