Update production configuration file example
authorChocobozzz <florian.bigard@gmail.com>
Tue, 17 Oct 2017 09:13:01 +0000 (11:13 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 17 Oct 2017 09:13:01 +0000 (11:13 +0200)
config/production.yaml.example

index f99c8927ecaf4b5c6c5f3310108447117ef105b0..1af20a9e4bb68b4d7145eca46b27cee21e180a3e 100644 (file)
@@ -3,9 +3,9 @@ listen:
 
 # Correspond to your reverse proxy "listen" configuration
 webserver:
-  https: false
+  https: true
   hostname: 'example.com'
-  port: 80
+  port: 443
 
 # Your database name will be "peertube"+database.suffix
 database:
@@ -27,7 +27,7 @@ storage:
 
 cache:
   previews:
-    size: 1 # Max number of previews you want to cache
+    size: 100 # Max number of previews you want to cache
 
 admin:
   email: 'admin@example.com'