mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
TELEGRAM_API_TOKEN=
|
|
|
|
# webhook settings
|
|
WEBHOOK_HOST=
|
|
WEBHOOK_PATH=
|
|
|
|
# webserver settings
|
|
WEBAPP_HOST=127.0.0.1
|
|
WEBAPP_PORT=8084
|
|
|
|
# set to 1 to start with webhook. Else bot will start on polling method
|
|
START_WITH_WEBHOOK=
|
|
|
|
GECKO_DRIVER_VERSION=0.31.0 |