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