15 lines
297 B
Bash
15 lines
297 B
Bash
DASHBOARD_PORT=8008
|
|
|
|
MEDIAMTX_API_URL=http://127.0.0.1:9997
|
|
MEDIAMTX_WEBRTC_URL=http://127.0.0.1:8889
|
|
RECORDINGS_DIR=/recordings
|
|
|
|
MEDIAMTX_API_USER=
|
|
MEDIAMTX_API_PASS=
|
|
|
|
CORS_ORIGINS=http://localhost:5173
|
|
|
|
VITE_DEV_BACKEND_URL=http://localhost:8008
|
|
VITE_API_BASE_URL=/api
|
|
VITE_MEDIAMTX_WEBRTC_URL=
|