]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-1.yaml
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
index 7b25f5cf3340a7475d0cae8f2655e4ecdd683163..7b62e3d0c164a5ac3e0df8b435b40df1efd46e14 100644 (file)
@@ -2,7 +2,6 @@ listen:
   port: 9001
 
 webserver:
-  hostname: 'localhost'
   port: 9001
 
 database:
@@ -11,6 +10,8 @@ database:
 # From the project root directory
 storage:
   tmp: 'test1/tmp/'
+  tmp_persistent: 'test1/tmp-persistent/'
+  bin: 'test1/bin/'
   avatars: 'test1/avatars/'
   videos: 'test1/videos/'
   streaming_playlists: 'test1/streaming-playlists/'
@@ -22,6 +23,8 @@ storage:
   captions: 'test1/captions/'
   cache: 'test1/cache/'
   plugins: 'test1/plugins/'
+  well_known: 'test1/well-known/'
+  client_overrides: 'test1/client-overrides/'
 
 admin:
   email: 'admin1@example.com'
@@ -34,3 +37,10 @@ signup:
 
 transcoding:
   enabled: false
+
+video_studio:
+  enabled: false
+
+live:
+  rtmp:
+    port: 1936