]> 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 a57784cca484d6282d29faa5723ab1253bee2edf..d74d3b05214214de7d7e797fe5fe70c3dcae36ad 100644 (file)
@@ -2,22 +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/'
 
-network:
-  friends:
-    - 'http://localhost:9001'
-    - 'http://localhost:9002'
-    - 'http://localhost:9003'
+admin:
+  email: 'admin6@example.com'