Refactor: Remove unused streaming configuration from .env

This commit is contained in:
choibk 2026-01-23 20:54:49 +09:00
parent 919849ffb8
commit 3e3e9b937d

View File

@ -13,10 +13,7 @@ PORT=3005
DB_NAME=smart_ims_license_db
DB_PORT=3307
# Windows 환경 호환성 (tcp는 권한 오류 발생 가능)
CCTV_TRANSPORT_OVERRIDE=auto
# 로컬에서만 스트리밍 강제 켜기 (개발 편의, 배포 시 주석 처리)
# IGNORE_CAMERA_STATUS=true
# ==============================================
# [Production Environment] - Synology NAS
@ -25,7 +22,4 @@ CCTV_TRANSPORT_OVERRIDE=auto
# DB_NAME=sokuree_platform_prod
# DB_PORT=3307
# 안정적인 스트리밍을 위한 TCP 강제
# CCTV_TRANSPORT_OVERRIDE=tcp
# 운용 환경에서는 이 옵션을 사용하지 않음 (DB 상태 따름)
# IGNORE_CAMERA_STATUS=false