Skip to content

Commit 6bf1fc0

Browse files
gaelgatelementfkwp
andauthored
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>
1 parent 738d55f commit 6bf1fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The service is configured via environment variables:
5252
Variable | Description | Required
5353
--- | --- | ---
5454
`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
55+
`LIVEKIT_KEY` or `LIVEKIT_KEY_FILE` | The API key or key file path for the LiveKit SFU | Yes
56+
`LIVEKIT_SECRET` or `LIVEKIT_SECRET_FILE` | The secret or secret file path for the LiveKit SFU | Yes
5757
`LIVEKIT_JWT_PORT` | The port the service listens on | No - defaults to 8080
5858

5959
## Disable TLS verification

0 commit comments

Comments
 (0)