supports more env variables
This commit is contained in:
parent
0eb9167178
commit
ba77cc0e28
3 changed files with 38 additions and 8 deletions
18
.env.example
18
.env.example
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue