From 3326468637e3aaaa66904b675b1bc15202336a15 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 28 Mar 2025 13:57:49 -0700 Subject: [PATCH] docs(mkdocs): add page: environment variables --- docs/docs/config/env.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/docs/config/env.md b/docs/docs/config/env.md index 8b486671..891faee0 100644 --- a/docs/docs/config/env.md +++ b/docs/docs/config/env.md @@ -14,8 +14,8 @@ start due to misconfigurations. ## TZ - + The `TZ` environment variable specifies the timezone that your docker container will utilize. This is useful for syncing your local time with console outputs such as @@ -121,8 +121,8 @@ our logging system. ## WEB_IP - + The `WEB_IP` environment variable allows you to define what IP address will be bound to the TVApp2 docker image. @@ -149,8 +149,8 @@ services: ## WEB_PORT - + The `WEB_PORT` environment variable allows you to define what port the TVApp2 docker container will listen to. @@ -177,8 +177,9 @@ services: ## URL_REPO - + + The `URL_REPO` environment variable allows you to specify what Github repo is used to communicate with in order to fetch IPTV data. This is used as an internal environment variable by the developers @@ -208,8 +209,9 @@ services: ## DIR_BUILD - + + The `DIR_BUILD` environment variable specifies what local folder will be utilized by the TVApp2 docker container when the container builds the app. @@ -236,8 +238,9 @@ services: ## DIR_RUN - + + The `DIR_RUN` environment variable specifies what local folder will be utilized by the TVApp2 docker container when the container has built the app and placed it @@ -265,8 +268,8 @@ services: ## STREAM_QUALITY - + The `STREAM_QUALITY` environment variable specifies the default stream quality that will be used when you initiate a new channel to view. @@ -300,8 +303,8 @@ services: ## FILE_PLAYLIST - + The `FILE_PLAYLIST` environment variable specifies the filename that will be utilized when your .m3u playlist file is generated. @@ -329,8 +332,8 @@ services: ## FILE_EPG - + The `FILE_EPG` environment variable specifies the filename that will be utilized when your .xml EPG playlist file is generated. @@ -358,8 +361,8 @@ services: ## FILE_GZIP - + The `FILE_GZIP` environment variable specifies the filename that will be utilized when a compressed `.gzip` is generated and when you download the file. @@ -388,8 +391,8 @@ services: ## LOG_LEVEL - + The `LOG_LEVEL` environment variable allows you specify how deep logs should go when being output to your console.