]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index f3f29ecb98dde7134c9085623614de36757ca676..5d0eab4f53f198ab39c98fef0078d2b76670fbcb 100644 (file)
@@ -65,8 +65,15 @@ database:
 redis:
   hostname: 'localhost'
   port: 6379
-  auth: null
+  auth: null # Used by both standalone and sentinel
   db: 0
+  sentinel:
+    enabled: false
+    enable_tls: false
+    master_name: ''
+    sentinels:
+      - hostname: ''
+        port: 26379
 
 # SMTP server to send emails
 smtp:
@@ -579,6 +586,12 @@ video_studio:
   # If enabled, users can create transcoding tasks as they wish
   enabled: false
 
+  # Enable remote runners to transcode studio tasks
+  # If enabled, your instance won't transcode the videos itself
+  # At least 1 remote runner must be configured to transcode your videos
+  remote_runners:
+    enabled: false
+
 import:
   # Add ability for your users to import remote videos (from YouTube, torrent...)
   videos: