mirror of
https://github.com/element-hq/lk-jwt-service.git
synced 2026-03-29 08:39:55 +00:00
update README with _FILE env vars (#91)
* update README with _FILE env vars * Update README.md * Update README.md --------- Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
@@ -52,8 +52,8 @@ The service is configured via environment variables:
|
||||
Variable | Description | Required
|
||||
--- | --- | ---
|
||||
`LIVEKIT_URL` | The websocket URL of the LiveKit SFU | Yes
|
||||
`LIVEKIT_KEY` | The API key for the LiveKit SFU | Yes
|
||||
`LIVEKIT_SECRET` | The secret for the LiveKit SFU | Yes
|
||||
`LIVEKIT_KEY` or `LIVEKIT_KEY_FILE` | The API key or key file path for the LiveKit SFU | Yes
|
||||
`LIVEKIT_SECRET` or `LIVEKIT_SECRET_FILE` | The secret or secret file path for the LiveKit SFU | Yes
|
||||
`LIVEKIT_JWT_PORT` | The port the service listens on | No - defaults to 8080
|
||||
|
||||
## Disable TLS verification
|
||||
|
||||
Reference in New Issue
Block a user