All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 7m57s
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
BOT_TOKEN=
|
|
BOT_MODE=polling
|
|
LOG_LEVEL=debug
|
|
DEBUG=true
|
|
BOT_WEBHOOK=https://www.example.com/webhook
|
|
BOT_WEBHOOK_SECRET=RANDOM_SECRET_VALUE
|
|
SERVER_HOST=localhost
|
|
SERVER_PORT=3000
|
|
BOT_ADMINS=[1]
|
|
GROUP_IDS=-
|
|
GRAPHQL_URL=http://localhost:3000/api/graphql
|
|
GRAPHQL_API_TOKEN="token-here" |