From 898bbe482792a9d296eb1d37b6273258f7d6cf34 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 12 May 2025 13:33:52 -0700 Subject: [PATCH] docs(readme): update env variable list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04fe7c87..c8d99771 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ For the [environment variables](#environment-variables), you may specify these i | `FILE_EPG` | `xmltv.xml` | Filename for XML guide data file | | `FILE_GZP` | `xmltv.xml.gz` | Filename for XML compressed as gzip .gz | | `STREAM_QUALITY` | `hd` | Stream quality
Can be either `hd` or `sd` | +| `TASK_CRON_SYNC` | `0 0 */3 * *` | Defines how often to refresh the M3U and XML IPTV data | +| `HEALTH_TIMER` | `600000` | How often (in milliseconds) to run a health check | | `DIR_BUILD` | `/usr/src/app` | Path inside container where TVApp2 will be built.

⚠️ This should not be used unless you know what you're doing | | `DIR_RUN` | `/usr/bin/app` | Path inside container where TVApp2 will be placed after it is built

⚠️ This should not be used unless you know what you're doing | | `LOG_LEVEL` | `4` | Level of logging to display in console
`7` Trace & below
`6` Verbose & below
`5` Debug & below
`4` Info & below
`3` Notice & below
`2` Warn & below
`1` Error only | @@ -1219,6 +1221,8 @@ This docker container contains the following env variables: | `FILE_EPG` | `xmltv.xml` | Filename for XML guide data file | | `FILE_GZP` | `xmltv.xml.gz` | Filename for XML compressed as gzip .gz | | `STREAM_QUALITY` | `hd` | Stream quality
Can be either `hd` or `sd` | +| `TASK_CRON_SYNC` | `0 0 */3 * *` | Defines how often to refresh the M3U and XML IPTV data | +| `HEALTH_TIMER` | `600000` | How often (in milliseconds) to run a health check | | `DIR_BUILD` | `/usr/src/app` | Path inside container where TVApp2 will be built.

⚠️ This should not be used unless you know what you're doing | | `DIR_RUN` | `/usr/bin/app` | Path inside container where TVApp2 will be placed after it is built

⚠️ This should not be used unless you know what you're doing | | `LOG_LEVEL` | `4` | Level of logging to display in console
`7` Trace & below
`6` Verbose & below
`5` Debug & below
`4` Info & below
`3` Notice & below
`2` Warn & below
`1` Error only |