mosgortrans/app/config/.env.template

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