From 2678af665092e8e74c72e8e917249715c06e671d Mon Sep 17 00:00:00 2001 From: Andrew Fernandes Date: Thu, 14 Mar 2024 07:32:27 -0400 Subject: [PATCH] Update readme to reflect usage of LK_JWT_PORT environment variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11d0146..f4676a5 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ To start the service locally: ``` $ LIVEKIT_URL="ws://somewhere" LIVEKIT_KEY=devkey LIVEKIT_SECRET=secret go run *.go ``` + +The listening port is configurable via the `LK_JWT_PORT` environment variable. \ No newline at end of file