]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Fix instance name displaying with long text
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 8a667a001d6c284066b105ad28f28b55761e1ddd..efca85aff40a788ddded4c6e2e6506741ccd34bb 100644 (file)
@@ -5,5 +5,23 @@ webserver:
   https: false
 
 database:
-  host: 'localhost'
-  port: 27017
+  hostname: 'localhost'
+  port: 5432
+
+smtp:
+  hostname: null
+  port: 1025
+  tls: false
+  from_address: 'test-admin@localhost'
+  username: null
+  password: null
+
+log:
+  level: 'debug'
+
+signup:
+  enabled: true
+
+transcoding:
+  enabled: true
+  threads: 2