mirror of
http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/iamcoolvivek007/bharath.git
synced 2026-06-11 00:06:51 +00:00
- 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
15 lines
314 B
Text
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
|