update readme for TG_API_ENDPOINT
All checks were successful
/ build (push) Successful in 56s

This commit is contained in:
Astra 2025-07-03 10:24:07 +01:00
parent f572ee3958
commit 21722264d1

View file

@ -16,6 +16,12 @@ BSKY_HANDLE=
BSKY_PASSWORD=
```
If you use a different Telegram bot endpoint, you can set it with
```properties
TG_API_ENDPOINT=https://api.domain.com/bot%s/%s
```
To run:
```bash