]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-1.yaml
Server: add update case to real world script
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
index 0998eaea1ae59221d589ee067822683f0e62dc01..b2a0a5422c96135ca02085bae5e64e2af18cf15f 100644 (file)
@@ -2,20 +2,16 @@ listen:
   port: 9001
 
 webserver:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9001
 
 database:
-  suffix: '-test1'
+  suffix: '_test1'
 
 # From the project root directory
 storage:
   certs: 'test1/certs/'
-  uploads: 'test1/uploads/'
+  videos: 'test1/videos/'
   logs: 'test1/logs/'
   thumbnails: 'test1/thumbnails/'
   torrents: 'test1/torrents/'
-
-network:
-  friends:
-    - 'http://localhost:9002'