-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathenv.example
More file actions
19 lines (13 loc) · 596 Bytes
/
env.example
File metadata and controls
19 lines (13 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to .env and fill in your values. Do not commit .env.
# Your Telegram user ID (e.g. from @my_id_bot)
TELEGRAM_ID=
# Bot token from @BotFather (send a message to the bot first)
BOT_TOKEN=
# Second bot for rate-limit testing (optional)
BOT_TOKEN_2=
# Chat ID for chat-related tests (optional, enables @EnabledIf(ChatTestingOnlyCondition))
CHAT_ID=
# Channel ID for channel tests (optional, enables @EnabledIf(ChannelTestingOnlyCondition))
CHANNEL_ID=
# Payment provider token for payment tests (optional, enables @EnabledIf(PaymentProviderTestingOnlyCondition))
PAYMENT_PROVIDER_TOKEN=