]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Fix email tests
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index ee744682655828fd803ff35fb4dddff26f12d710..691c9e00b3d59647d7e47b6b335e2bd1aaecfe6b 100644 (file)
@@ -14,10 +14,23 @@ database:
   username: 'peertube'
   password: 'peertube'
 
+redis:
+  hostname: 'localhost'
+  port: 6379
+  auth: null
+
+smtp:
+  hostname: null
+  port: 465
+  username: null
+  password: null
+  tls: true
+  ca_file: null # Used for self signed certificates
+  from_address: 'admin@example.com'
+
 # From the project root directory
 storage:
   avatars: 'storage/avatars/'
-  certs: 'storage/certs/'
   videos: 'storage/videos/'
   logs: 'storage/logs/'
   previews: 'storage/previews/'
@@ -25,12 +38,15 @@ storage:
   torrents: 'storage/torrents/'
   cache: 'storage/cache/'
 
+log:
+  level: 'debug' # debug/info/warning/error
+
 cache:
   previews:
     size: 1 # Max number of previews you want to cache
 
 admin:
-  email: 'admin@example.com'
+  email: 'admin@example.com' # Your personal email as administrator
 
 signup:
   enabled: false