]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Fix router on /
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 646113da4ede19654059924eb0994ed4858ff09c..b5fd7b06d456adc0eb1c607abb9448c98e9b2729 100644 (file)
@@ -9,13 +9,17 @@ webserver:
 database:
   host: 'localhost'
   port: 27017
-  suffix: '-suffix'
+  suffix: '-dev'
 
 # From the project root directory
 storage:
   certs: 'certs/'
   uploads: 'uploads/'
   logs: 'logs/'
+  thumbnails: 'thumbnails/'
 
 network:
   friends: []
+
+electron:
+  debug: false