From 78a8f8370c972f791a7467bda97dbbe8b7d2b879 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:49:40 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b84253a..8801676 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Regardless of how you run it, the program expects the above API tokens to be ava - **TG_BOT_TOKEN** Optional environment variables: +- **TG_BOT_USER** (default empty) - Limit bot interaction to a single user. - **STREAMING_COUNTRY** (default "us") - Choose any ISO 3166 country code supported by the [Sreaming Availability API](https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability/) +- **TG_DEBUG** (default False) - Enable debug logging. WARNING: Will slow down your bot, use only for testing. ### Docker One-liner: @@ -44,6 +46,7 @@ services: - TG_BOT_TOKEN=${TG_BOT_TOKEN} # Required - STREAMING_COUNTRY= # (optional) Default "us" - TG_BOT_USER= # (optional) Limits access to the bot to a single Telegram user + - TG_DEBUG= # (optional, True/False) Verbose debug logging. Default False. restart: always ``` ``` sh