bharath/webapp/.env.example
Vivek 394117dd74 BharathTrucks MVP - 6 sprints complete
- Govt-app styled freight marketplace
- Role-based auth (driver/shipper/broker/admin)
- Load board with bidding system
- Trip tracking with status flow
- In-app messaging
- Admin panel
- Mobile bottom nav + PWA
- Docker + Coolify ready
2026-05-31 06:21:13 +00:00

15 lines
314 B
Text

# Server
NODE_ENV=development
PORT=3000
# Supabase
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_KEY=your-supabase-anon-key
SUPABASE_SERVICE_KEY=your-supabase-service-role-key
# Session
SESSION_SECRET=change-this-to-a-random-64-char-string
# App
APP_URL=http://localhost:3000
RATE_LIMIT_BIDS_PER_DAY=5