diff options
Diffstat (limited to 'config/test-2.yaml')
-rw-r--r-- | config/test-2.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test-2.yaml b/config/test-2.yaml index 8c77bf581..5caddaaa8 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -10,8 +10,11 @@ database: | |||
10 | 10 | ||
11 | # From the project root directory | 11 | # From the project root directory |
12 | storage: | 12 | storage: |
13 | tmp: 'test2/tmp/' | ||
13 | avatars: 'test2/avatars/' | 14 | avatars: 'test2/avatars/' |
14 | videos: 'test2/videos/' | 15 | videos: 'test2/videos/' |
16 | playlists: 'test2/playlists/' | ||
17 | redundancy: 'test2/redundancy/' | ||
15 | logs: 'test2/logs/' | 18 | logs: 'test2/logs/' |
16 | previews: 'test2/previews/' | 19 | previews: 'test2/previews/' |
17 | thumbnails: 'test2/thumbnails/' | 20 | thumbnails: 'test2/thumbnails/' |
@@ -27,3 +30,4 @@ signup: | |||
27 | 30 | ||
28 | transcoding: | 31 | transcoding: |
29 | enabled: true | 32 | enabled: true |
33 | allow_additional_extensions: true | ||