# Velxio OSS backend environment variables. # The OSS image has no auth, no database, no third-party integrations — # this file is almost empty for a reason. Copy to backend/.env only if # you actually need to change a setting. # CORS origin allowed during local Vite development. The Docker image # accepts any Host header, so this only matters when running the # backend on its own (uvicorn) and the frontend on a separate dev # server. Production deployments use a host nginx reverse proxy instead. FRONTEND_URL=http://localhost:5173