CampFireID/.env.example
2025-03-16 11:25:09 +03:00

14 lines
294 B
Plaintext

# 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