All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m58s
13 lines
314 B
Plaintext
13 lines
314 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"
|
|
GRAPHQL_MUTATION_KEY="token-here" |