Fix README: update auth description, add LIVEKIT_* env var
This commit is contained in:
@@ -42,7 +42,7 @@ npm run dev
|
|||||||
| Voice/video | LiveKit |
|
| Voice/video | LiveKit |
|
||||||
| TURN | coturn |
|
| TURN | coturn |
|
||||||
| Reverse proxy | Caddy |
|
| Reverse proxy | Caddy |
|
||||||
| Auth | Argon2id + WebAuthn passkeys (Phase 3) |
|
| Auth | Argon2id (WebAuthn passkeys deferred) |
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -122,6 +122,7 @@ See `.env.example` for the full list. Key variables:
|
|||||||
| `DUMPSTER_PORT` | Server port | No (default: 8080) |
|
| `DUMPSTER_PORT` | Server port | No (default: 8080) |
|
||||||
| `DUMPSTER_SECRET` | Session signing secret | Yes |
|
| `DUMPSTER_SECRET` | Session signing secret | Yes |
|
||||||
| `POSTGRES_*` | Database connection | Yes |
|
| `POSTGRES_*` | Database connection | Yes |
|
||||||
|
| `LIVEKIT_*` | Voice/video server | No |
|
||||||
| `GIPHY_API_KEY` | Giphy API key for GIF search | No |
|
| `GIPHY_API_KEY` | Giphy API key for GIF search | No |
|
||||||
| `MINIO_*` | File upload storage | No |
|
| `MINIO_*` | File upload storage | No |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user