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/
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user