From: Chocobozzz Date: Tue, 17 Oct 2017 09:13:01 +0000 (+0200) Subject: Update production configuration file example X-Git-Tag: v0.0.1-alpha~294 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d478d83da970365b320b33052de76a86d59caac8;p=oweals%2Fpeertube.git Update production configuration file example --- diff --git a/config/production.yaml.example b/config/production.yaml.example index f99c8927e..1af20a9e4 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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'