8 lines
462 B
Bash
8 lines
462 B
Bash
API_BASE_URL=https://directus.example.com/items/list/
|
|
BEARER_TOKEN=<bearer token for directus>
|
|
TELEGRAM_TOKEN1=<telegram bot token from bot father> # FOR THE DM BOT
|
|
TELEGRAM_TOKEN2=<telegram bot token from bot father> # FOR THE Group Topics BOT
|
|
ALLOWED_CHAT_ID=<ID of allowed group for telegram> # usually in this format -1234567
|
|
ALLOWED_THREAD_ID=<ID allowed topic in the group above for telegram> # usually in this format 123
|
|
DISCORD_TOKEN=<discord bot token>
|