Update example.env
This commit is contained in:
13
example.env
13
example.env
@@ -1,6 +1,7 @@
|
|||||||
API_BASE_URL=https://directus.example.com/items/list/
|
API_BASE_URL=https://directus.example.com/items/list/
|
||||||
BEARER_TOKEN=<bearer token for directus>
|
BEARER_TOKEN=<bearer token for directus>
|
||||||
TELEGRAM_TOKEN=<telegram bot token from bot father>
|
TELEGRAM_TOKEN1=<telegram bot token from bot father> # FOR THE DM BOT
|
||||||
ALLOWED_CHAT_ID=<ID of allowed group for telegram>
|
TELEGRAM_TOKEN2=<telegram bot token from bot father> # FOR THE Group Topics BOT
|
||||||
ALLOWED_THREAD_ID=<ID allowed topic in the group above for telegram>
|
ALLOWED_CHAT_ID=<ID of allowed group for telegram> # usually in this format -1234567
|
||||||
DISCORD_TOKEN=<discord bot token>
|
ALLOWED_THREAD_ID=<ID allowed topic in the group above for telegram> # usually in this format 123
|
||||||
|
DISCORD_TOKEN=<discord bot token>
|
||||||
|
|||||||
Reference in New Issue
Block a user