Remove env var overrides, config.yaml is single source of truth

- Stripped _ENV_MAP and _apply_env_overrides from configs/load.py
- Cleaned up unused imports in video_receiver.py
- Restored MediaPipe env suppressors in app/main.py
- Removed .env.example (replaced by config.yaml)
This commit is contained in:
2026-06-10 10:26:48 +08:00
parent ae52578ed7
commit e86c2301ec
5 changed files with 6 additions and 56 deletions
-1
View File
@@ -1,7 +1,6 @@
from __future__ import annotations
import asyncio
import os
import cv2
from aiortc.mediastreams import MediaStreamError