Add backend/.env.example

This commit is contained in:
Zac Gaetano 2026-04-14 09:21:06 -04:00
parent 224a456760
commit be55906c11

7
backend/.env.example Normal file
View file

@ -0,0 +1,7 @@
FFMPEG_PATH=/usr/bin/ffmpeg
RECORDING_DIR=/recordings
DELTACAST_PORT_COUNT=4
SRT_ENABLED=true
SRT_LATENCY=5000
PORT=8000
LOG_LEVEL=INFO