aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 07bb26d5f..3d0732069 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -24,6 +24,9 @@ storage:
24 torrents: 'storage/torrents/' 24 torrents: 'storage/torrents/'
25 cache: 'storage/cache/' 25 cache: 'storage/cache/'
26 26
27log:
28 level: 'debug' # debug/info/warning/error
29
27cache: 30cache:
28 previews: 31 previews:
29 size: 1 # Max number of previews you want to cache 32 size: 1 # Max number of previews you want to cache
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 985b25a52..69052fb26 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -25,6 +25,9 @@ storage:
25 torrents: '/home/peertube/storage/torrents/' 25 torrents: '/home/peertube/storage/torrents/'
26 cache: '/home/peertube/storage/cache/' 26 cache: '/home/peertube/storage/cache/'
27 27
28log:
29 level: 'debug' # debug/info/warning/error
30
28cache: 31cache:
29 previews: 32 previews:
30 size: 100 # Max number of previews you want to cache 33 size: 100 # Max number of previews you want to cache