# Copy to .env and adjust for your deployment. # Port the API/app listens on (most hosts inject this automatically). PORT=8000 # Comma-separated allowed CORS origins. Use "*" for local dev. # In production with the single-container setup the frontend is same-origin, # so this only matters if you host the frontend separately. ALLOWED_ORIGINS=*