Files
no-twitter-bot/.env.example
Lucid 98f954aa82
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 7m57s
update api token
2025-12-06 22:22:33 -05:00

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"