We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738d55f commit 6bf1fc0Copy full SHA for 6bf1fc0
README.md
@@ -52,8 +52,8 @@ The service is configured via environment variables:
52
Variable | Description | Required
53
--- | --- | ---
54
`LIVEKIT_URL` | The websocket URL of the LiveKit SFU | Yes
55
-`LIVEKIT_KEY` | The API key for the LiveKit SFU | Yes
56
-`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
57
`LIVEKIT_JWT_PORT` | The port the service listens on | No - defaults to 8080
58
59
## Disable TLS verification
0 commit comments