11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
VITE_API_URL=/api
|
|
VITE_ENV=production
|
|
|
|
# Telegram Bot Configuration
|
|
# Get your bot token from @BotFather on Telegram
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
|
|
# Get your chat ID by messaging your bot and visiting:
|
|
# https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
|
|
TELEGRAM_CHAT_ID=your_chat_id_here
|