Update example.env

This commit is contained in:
driftywinds
2025-05-12 10:44:10 +00:00
parent b835d8bf39
commit 8b1eaac8d8

View File

@@ -1,6 +1,7 @@
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>
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>