# Database DATABASE_URL="postgresql://rtrips:changeme@localhost:5432/rtrips" # AI — LiteLLM proxy (preferred) or direct Gemini fallback LITELLM_URL="http://litellm:4000" LITELLM_API_KEY="your-litellm-master-key" GEMINI_API_KEY="" # rSpace integration NEXT_PUBLIC_RSPACE_URL="https://rspace.online" RSPACE_INTERNAL_URL="http://rspace-online:3000" # EncryptID NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://auth.ridentity.online" # Kiwi Tequila (flight search — free tier: 100 searches/month) KIWI_API_KEY="your-kiwi-tequila-api-key" # OpenRouteService (routing, optimization, isochrones) ORS_BASE_URL="https://routing.jeffemmett.com" ORS_PUBLIC_URL="https://api.openrouteservice.org" ORS_PUBLIC_KEY="your-free-ors-api-key"