From e0abaac031c81a896cb629fe6ecbfd4f95c0f8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:53:45 +0100 Subject: [PATCH] Update production.yaml --- conf/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/production.yaml b/conf/production.yaml index 5b79971..af6b1f0 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -142,7 +142,7 @@ storage: tmp_persistent: '__DATADIR__/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts bin: '__DATADIR__/bin/' avatars: '__DATADIR__/avatars/' - videos: '__DATADIR__/videos/' + web_videos: '__DATADIR__/videos/' streaming_playlists: '__DATADIR__/streaming-playlists/' redundancy: '__DATADIR__/redundancy/' logs: '/var/log/__APP__/'