Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ Usage: `-e TELEGRAM_STAT=1 -p 8082:8082` and then check that `curl http://<host>

### `TELEGRAM_FILTER`

"<remainder>/<modulo>". Allow only bots with 'bot_user_id % modulo == remainder'
Format: "\<remainder>/\<modulo>". Allow only bots with 'bot_user_id % modulo == remainder'.

### `TELEGRAM_MAX_WEBHOOK_CONNECTIONS`

default value of the maximum webhook connections per bot
Default value of the maximum webhook connections per bot

### `TELEGRAM_VERBOSITY`

log verbosity level
Log verbosity level

### `TELEGRAM_LOG_FILE`

Filename where logs will be redirected (By default logs will be written to stdout/stderr streams)

### `TELEGRAM_MAX_CONNECTIONS`

maximum number of open file descriptors
Maximum number of open file descriptors

### `TELEGRAM_PROXY`

HTTP proxy server for outgoing webhook requests in the format http://host:port

### `TELEGRAM_LOCAL`

allow the Bot API server to serve local requests
Allow the Bot API server to serve local requests

### `TELEGRAM_HTTP_IP_ADDRESS`

Expand Down