]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-1.yaml
Fix comment creation
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
index 3afcb1b043904d45cb754d4dff1ebef72ed27baa..49fbebf0440db460b6dda95d7e70fe54d2933f06 100644 (file)
@@ -2,19 +2,31 @@ listen:
   port: 9001
 
 webserver:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9001
 
 database:
-  suffix: '-test1'
+  suffix: '_test1'
 
 # From the project root directory
 storage:
+  avatars: 'test1/avatars/'
   certs: 'test1/certs/'
-  uploads: 'test1/uploads/'
+  videos: 'test1/videos/'
   logs: 'test1/logs/'
+  previews: 'test1/previews/'
   thumbnails: 'test1/thumbnails/'
+  torrents: 'test1/torrents/'
+  cache: 'test1/cache/'
 
-network:
-  friends:
-    - 'http://localhost:9002'
+admin:
+  email: 'admin1@example.com'
+
+user:
+  video_quota: 5242880 # 5MB
+
+signup:
+  limit: 4
+
+transcoding:
+  enabled: false