From 917b89572afc906d41d91d9b6ec218c13b8b5496 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Thu, 25 Jan 2024 21:16:02 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 511a105..760e7ff 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ if __name__ == '__main__': **Mandatory** - **USERNAME**: Any username of choice. - **PASSWORD**: Any password of choice. +- **SECRET**: Any private key to encode and decode JWT. - **VIDEO_SOURCE**: Source path for video files. -> :bulb:   Files starting with `_` _(underscore)_ will be ignored +> :bulb:   Files starting with `_` _(underscore)_ and `.` _(dot)_ will be ignored **Optional** - **VIDEO_HOST**: IP address to host the video. Defaults to `127.0.0.1`