# Pixelle-Video Environment Configuration # Copy this file to .env and customize as needed # ============================================================================ # Port Configuration # ============================================================================ # FastAPI Backend Port API_PORT=8000 # Next.js Editor Port EDITOR_PORT=3000 # Streamlit Web UI Port WEB_PORT=8501 # ============================================================================ # Other Configuration # ============================================================================ # Add other environment variables here as needed