config: Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s

This commit is contained in:
Your Name
2025-09-01 22:27:18 +12:00
parent 64cbc02838
commit bc1b565997
3 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ cat > "${LOCAL_DATA_FOLDER}/config/.env" <<EOF
# Auto-generated environment file for docker-compose
PROJECT_NAME=${PROJECT_NAME}
RECORDINGS_FOLDER=${RECORDINGS_FOLDER}
MTX_PATHS_COURT_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=0
MTX_PATHS_COURT_MAIN_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=0
MTX_PATHS_COURT_SUB_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=1
SQUASHKIWI_API=${SQUASHKIWI_API}