14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
VITE_API_URL="http://localhost:3001"
|
|
VITE_ENV="development"
|
|
|
|
NODE_ENV="development"
|
|
|
|
# Telegram Bot Configuration
|
|
# Get your bot token from @BotFather on Telegram
|
|
TELEGRAM_BOT_TOKEN="466589147:AAHhNtyR0SN0hI9YUxd-On0TlHDdYbHDxvY"
|
|
|
|
# Get your chat ID by messaging your bot and visiting:
|
|
# https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
|
|
TELEGRAM_CHAT_ID="177464418"
|
|
|