]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Server: add video abuse support
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index b5fd7b06d456adc0eb1c607abb9448c98e9b2729..0939ae4baab5b136b8bfef7808d12b846f2ac7e9 100644 (file)
@@ -3,23 +3,21 @@ listen:
 
 webserver:
   https: false
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9000
 
 database:
-  host: 'localhost'
-  port: 27017
-  suffix: '-dev'
+  hostname: 'localhost'
+  port: 5432
+  suffix: '_dev'
+  username: 'peertube'
+  password: 'peertube'
 
 # From the project root directory
 storage:
   certs: 'certs/'
-  uploads: 'uploads/'
+  videos: 'videos/'
   logs: 'logs/'
+  previews: 'previews/'
   thumbnails: 'thumbnails/'
-
-network:
-  friends: []
-
-electron:
-  debug: false
+  torrents: 'torrents/'