]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Update scripts with postgresql
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 9a8a57879340980f4db1477cd910ec8bfa88fb8d..631400f7dec2480908900f767dfc70718bf862f0 100644 (file)
@@ -3,24 +3,19 @@ listen:
 
 webserver:
   https: false
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9000
 
 database:
-  host: 'localhost'
-  port: 27017
-  suffix: '-dev'
+  hostname: 'localhost'
+  port: 5432
+  suffix: '_dev'
 
 # From the project root directory
 storage:
   certs: 'certs/'
-  uploads: 'uploads/'
+  videos: 'videos/'
   logs: 'logs/'
+  previews: 'previews/'
   thumbnails: 'thumbnails/'
   torrents: 'torrents/'
-
-network:
-  friends: []
-
-electron:
-  debug: false