]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Rewrite infinite scroll
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 7f893bc4f2d53cda48e648089e946ed796800b2a..19c01f5c0b681d604b63ce50d8e30fbb60545350 100644 (file)
@@ -5,8 +5,20 @@ webserver:
   https: false
 
 database:
-  host: 'localhost'
-  port: 27017
+  hostname: 'localhost'
+  port: 5432
 
-electron:
-  debug: false
+smtp:
+  hostname: null
+  port: 1025
+  tls: false
+  from_address: 'test-admin@localhost'
+  username: null
+  password: null
+
+signup:
+  enabled: true
+
+transcoding:
+  enabled: true
+  threads: 2