]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-6.yaml
Formated -> Formatted
[github/Chocobozzz/PeerTube.git] / config / test-6.yaml
index 5b8bf306b4a408d9d2dde6da59821f3061135ec0..87d0544392f277bc43d3fe90214f3a140ab0fd25 100644 (file)
@@ -2,15 +2,21 @@ 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/'
+  videos: 'test6/videos/'
   logs: 'test6/logs/'
+  previews: 'test6/previews/'
   thumbnails: 'test6/thumbnails/'
+  torrents: 'test6/torrents/'
+  cache: 'test6/cache/'
+
+admin:
+  email: 'admin6@example.com'