# Telegram Bot TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_APP_ID=your_app_id_here TELEGRAM_APP_HASH=your_app_hash_here # MongoDB MONGODB_URI=mongodb://localhost:27017/campfire_id # JWT JWT_SECRET=your_jwt_secret_here # App NEXT_PUBLIC_APP_URL=http://localhost:3000 NODE_ENV=development