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