]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Server: host -> hostname (host = hostname + port)
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 9a8a57879340980f4db1477cd910ec8bfa88fb8d..ad27b4eb899f7156774ab00104e9db0c5cc97953 100644 (file)
@@ -3,24 +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/'
   thumbnails: 'thumbnails/'
   torrents: 'torrents/'
-
-network:
-  friends: []
-
-electron:
-  debug: false