Removed typo

- closes #1
This commit is contained in:
2026-03-01 13:07:49 +01:00
parent ddf06554f8
commit 2a1da08216

View File

@@ -61,9 +61,9 @@ go run main.go
## Configuration ## Configuration
### Environment Variables ### Environment Variables
| Variable | Description | Example | | Variable | Description | Example |
|----------------|-------------------------------------------------------|----------------| |-------------------|-------------------------------------------------------|----------------|
| `SHAP-JWT_SECRET` | Secret used to sign JWT tokens | `superrandomsecret123` | | `SHAP_JWT_SECRET` | Secret used to sign JWT tokens | `superrandomsecret123` |
--- ---