]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Server: add log messages if the server refuses to serve local clients tokens
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index be161640ca4c2a6af450b6008ee83be4b95a9774..ad27b4eb899f7156774ab00104e9db0c5cc97953 100644 (file)
@@ -3,19 +3,18 @@ listen:
 
 webserver:
   https: false
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9000
 
 database:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 27017
   suffix: '-dev'
 
 # From the project root directory
 storage:
   certs: 'certs/'
-  uploads: 'uploads/'
+  videos: 'videos/'
   logs: 'logs/'
-
-network:
-  friends: []
+  thumbnails: 'thumbnails/'
+  torrents: 'torrents/'