From 3923900be4d1e878a2c8da01cb10f4a25f3ac2b4 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Mon, 28 Jul 2025 22:12:15 -0400 Subject: [PATCH] add YOUTUBE_BASE_URL --- docs/Getting-Started/Environment-Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Getting-Started/Environment-Variables.md b/docs/Getting-Started/Environment-Variables.md index 996d0fc..4f1e842 100644 --- a/docs/Getting-Started/Environment-Variables.md +++ b/docs/Getting-Started/Environment-Variables.md @@ -20,6 +20,7 @@ This is a complete list of available environment variables; required variables a | SCAN_TIMEOUT | Timeout for the background scan/rescan tasks (in seconds) | | `14400` | | DISABLE_EMULATOR_JS | Disables playing in browser with [EmulatorJS](../Platforms-and-Players/EmulatorJS-Player.md) | | `false` | | DISABLE_RUFFLE_RS | Disables playing flash games with [RuffleRS](../Platforms-and-Players/RuffleRS-Player.md) | | `false` | +| YOUTUBE_BASE_URL | Base URL for alternate frontends (Piped, Invidious etc.) | | `https://www.youtube.com` | | TZ | Sets the timezone | | `UTC` | | WEB_CONCURRENCY | Number of processes running the app | | `2` | | ROMM_PORT | Port on which the application listens | | `8080` |