You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -692,9 +692,9 @@ services:
692
692
`SE_VIDEO_FILE_NAME=auto` will use the session id as the video file name. This ensures that the video file name is unique to upload.
693
693
Video file name construction automatically works based on Node endpoint `/status` (and optional GraphQL endpoint) to get session ID, capabilities.
694
694
695
-
`SE_VIDEO_UPLOAD_ENABLED=true`will enable the video upload feature. In the background, it will create a pipefile with file and destination for uploader to consume and proceed.
695
+
`SE_VIDEO_UPLOAD_ENABLED=true`(`false` by default) will enable the video upload feature. In the background, it will create a pipefile with file and destination for uploader to consume and proceed.
696
696
697
-
`SE_VIDEO_INTERNAL_UPLOAD=true`will use RCLONE installed in the container for upload. If you want to use another sidecar container for upload, set it to `false`.
697
+
`SE_VIDEO_INTERNAL_UPLOAD=true`(by default) will use RCLONE installed in the container for upload. If you want to use another sidecar container for upload, set it to `false`.
0 commit comments