From 69a48834481d66e672ab00f7055793137c94036a Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Thu, 23 Dec 2021 00:56:06 +0100 Subject: [PATCH] Add /storage/bin dir in peertube config --- conf/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/production.yaml b/conf/production.yaml index e10b8bb..ff41d9c 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -83,6 +83,7 @@ client: # From the project root directory storage: tmp: '__DATADIR__/tmp/' # Use to download data (imports etc), store uploaded files before processing... + bin: '__DATADIR__/bin/' avatars: '__DATADIR__/avatars/' videos: '__DATADIR__/videos/' streaming_playlists: '__DATADIR__/streaming-playlists/'