From 6a4905602636afd6650c9e6f4d0fcc2105d91100 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 May 2023 15:17:11 +0200 Subject: Add TMP persistent directory To store files that must be preserved between peertube restarts --- config/test-2.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/test-2.yaml') diff --git a/config/test-2.yaml b/config/test-2.yaml index d155b017d..ba36369a6 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: tmp: 'test2/tmp/' + tmp_persistent: 'test2/tmp-persistent/' bin: 'test2/bin/' avatars: 'test2/avatars/' videos: 'test2/videos/' -- cgit v1.2.3