Add backend/.env.example
This commit is contained in:
parent
224a456760
commit
be55906c11
1 changed files with 7 additions and 0 deletions
7
backend/.env.example
Normal file
7
backend/.env.example
Normal 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
|
||||
Loading…
Reference in a new issue