7 lines
307 B
Bash
7 lines
307 B
Bash
API_BASE_URL=https://directus.example.com/items/list/
|
|
BEARER_TOKEN=<bearer token for directus>
|
|
TELEGRAM_TOKEN=<telegram bot token from bot father>
|
|
ALLOWED_CHAT_ID=<ID of allowed group for telegram>
|
|
ALLOWED_THREAD_ID=<ID allowed topic in the group above for telegram>
|
|
DISCORD_TOKEN=<discord bot token>
|