]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-6.yaml
Update README schemas
[github/Chocobozzz/PeerTube.git] / config / test-6.yaml
index 31608add2ac32fd42bede89980bb00ee25f55d33..d74d3b05214214de7d7e797fe5fe70c3dcae36ad 100644 (file)
@@ -2,16 +2,19 @@ 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/'
   thumbnails: 'test6/thumbnails/'
   torrents: 'test6/torrents/'
+
+admin:
+  email: 'admin6@example.com'