aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-29 16:21:19 +0200
committerChocobozzz <me@florianbigard.com>2019-08-29 16:21:19 +0200
commitaafbc63aae65a09d1de808995617bacdbb813191 (patch)
tree19d51e134d9c6fc90ce3bbc0b39afa6d51ccbac8 /config/default.yaml
parentad513607a3886cfabe083531c42911bc3c67bdfb (diff)
downloadPeerTube-aafbc63aae65a09d1de808995617bacdbb813191.tar.gz
PeerTube-aafbc63aae65a09d1de808995617bacdbb813191.tar.zst
PeerTube-aafbc63aae65a09d1de808995617bacdbb813191.zip
Consistency between default.yaml and production.yaml
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index dfba23f59..b8ba7006a 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -69,7 +69,7 @@ email:
69 69
70# From the project root directory 70# From the project root directory
71storage: 71storage:
72 tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... 72 tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
73 avatars: 'storage/avatars/' 73 avatars: 'storage/avatars/'
74 videos: 'storage/videos/' 74 videos: 'storage/videos/'
75 streaming_playlists: 'storage/streaming-playlists/' 75 streaming_playlists: 'storage/streaming-playlists/'
@@ -85,7 +85,7 @@ storage:
85log: 85log:
86 level: 'info' # debug/info/warning/error 86 level: 'info' # debug/info/warning/error
87 rotation: 87 rotation:
88 enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate 88 enabled : true
89 89
90search: 90search:
91 # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance 91 # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance