From aafbc63aae65a09d1de808995617bacdbb813191 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Aug 2019 16:21:19 +0200 Subject: Consistency between default.yaml and production.yaml --- config/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') 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: # From the project root directory storage: - tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... + tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... avatars: 'storage/avatars/' videos: 'storage/videos/' streaming_playlists: 'storage/streaming-playlists/' @@ -85,7 +85,7 @@ storage: log: level: 'info' # debug/info/warning/error rotation: - enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate + enabled : true search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance -- cgit v1.2.3