From b871ccdd7cdacb4ad3f3b950261b6d13288b572a Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Thu, 7 Nov 2024 09:03:54 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eda1a9..2aec8bc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can configure the application using environment variables | ---------------------------------- | ----------------------------------------------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------ | | YTDL_CONFIGDIR | Add a custom config directory to search for the config file | ` ` | | | YTDL_ENV | The application environment | `Production` | `Development`, `Staging`, `Production` | -| YTDL_BINARYPATH | The path to the yt-dlp binary | `yt-dlp` | | +| YTDL_YTDLP_BINARYPATH | The path to the yt-dlp binary | `yt-dlp` | | | YTDL_HTTP_PORT | The tcp port for the web server to listen on | `8080` | | | YTDL_HTTP_LISTEN | The address for the web server to listen on | `127.0.0.1` | `0.0.0.0`, `127.0.0.1`, etc. | | YTDL_HTTP_BASEPATH | The base path of the application, useful for reverse proxies | `/` | |