]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-6.yaml
Add tmp and redundancy directories
[github/Chocobozzz/PeerTube.git] / config / test-6.yaml
index 5b8bf306b4a408d9d2dde6da59821f3061135ec0..ad39c6a9fd1584ea4e728bef635d29b0021e0196 100644 (file)
@@ -2,15 +2,27 @@ listen:
   port: 9006
 
 webserver:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9006
 
 database:
-  suffix: '-test6'
+  suffix: '_test6'
 
 # From the project root directory
 storage:
-  certs: 'test6/certs/'
-  uploads: 'test6/uploads/'
+  tmp: 'test6/tmp/'
+  avatars: 'test6/avatars/'
+  videos: 'test6/videos/'
+  redundancy: 'test6/redundancy/'
   logs: 'test6/logs/'
+  previews: 'test6/previews/'
   thumbnails: 'test6/thumbnails/'
+  torrents: 'test6/torrents/'
+  captions: 'test6/captions/'
+  cache: 'test6/cache/'
+
+admin:
+  email: 'admin6@example.com'
+
+transcoding:
+  enabled: false