]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-1.yaml
Bumped to version v5.2.0-rc.1
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
index fe5b3cf4488abe711f4b0a36d0a76d67bee3fb1c..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,7 @@ storage:
   captions: 'test1/captions/'
   cache: 'test1/cache/'
   plugins: 'test1/plugins/'
+  well_known: 'test1/well-known/'
   client_overrides: 'test1/client-overrides/'
 
 admin:
@@ -36,6 +38,9 @@ signup:
 transcoding:
   enabled: false
 
+video_studio:
+  enabled: false
+
 live:
   rtmp:
     port: 1936