]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Update peertube-runner version
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 48cf0c0f679cc95d35225f89f3347aee1b365008..361064af1e39816a33a470c5fa4a2d6d90285f40 100644 (file)
@@ -3,6 +3,7 @@ listen:
   port: 9000
 
 webserver:
+  hostname: '127.0.0.1'
   https: false
 
 secrets:
@@ -20,23 +21,25 @@ rates_limit:
     max: 500
 
 database:
-  hostname: 'localhost'
+  hostname: '127.0.0.1'
   port: 5432
 
 redis:
-  hostname: 'localhost'
+  hostname: '127.0.0.1'
 
 smtp:
   hostname: null
   port: 1025
   tls: false
   disable_starttls: true
-  from_address: 'test-admin@localhost'
+  from_address: 'test-admin@127.0.0.1'
   username: null
   password: null
 
 log:
   level: 'debug'
+  rotation:
+    max_file_size: 50MB
 
 contact_form:
   enabled: true
@@ -73,6 +76,7 @@ cache:
 
 signup:
   enabled: true
+  requires_approval: false
   requires_email_verification: false
 
 transcoding: