Files
mosgortrans/app/config/.env.template
T
2022-08-14 21:08:57 +03:00

14 lines
237 B
Bash

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