From 62ccb24e24fd6701c7cdc967336ed146d12236ec Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Sat, 26 Aug 2017 09:19:50 +0200
Subject: Update production example configuration

---
 config/production.yaml.example | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'config')

diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0857aa3ca..90e07f577 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -25,11 +25,16 @@ storage:
   torrents: 'torrents/'
   cache: 'cache/'
 
+cache:
+  previews:
+    size: 1 # Max number of previews you want to cache
+
 admin:
   email: 'admin@example.com'
 
 signup:
   enabled: false
+  limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
 
 # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
 # Uses a lot of CPU!
-- 
cgit v1.2.3