supports more env variables

This commit is contained in:
stefanodvx 2025-04-15 18:44:01 +02:00
parent 0eb9167178
commit ba77cc0e28
3 changed files with 38 additions and 8 deletions

View file

@ -1,15 +1,23 @@
BOT_API_URL=https://api.telegram.org
BOT_TOKEN=12345678:ABC-DEF1234ghIkl-zyx57W2P0s
# database
DB_HOST=localhost
DB_PORT=3306
DB_NAME=govd
DB_USER=govd
DB_PASSWORD=password
REPO_URL=https://github.com/govdbot/govd
# gotgbot
BOT_API_URL=https://api.telegram.org
BOT_TOKEN=12345678:ABC-DEF1234ghIkl-zyx57W2P0s
CONCURRENT_UPDATES=-1
LOG_ERRORS=0
# downloads
DOWNLOADS_DIR=downloads
# proxy
HTTP_PROXY=
HTTPS_PROXY=
NO_PROXY=
NO_PROXY=
# misc
REPO_URL=https://github.com/govdbot/govd