# Environment variables for PilotEdge backend # Copy this to .env and fill in your values DATABASE_URL="postgresql://postgres:postgres@localhost:5432/pilotedge?schema=public" JWT_SECRET="change-this-to-a-long-random-string" PORT=3000 NODE_ENV=development