diff options
Diffstat (limited to 'config/test-2.yaml')
-rw-r--r-- | config/test-2.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/test-2.yaml b/config/test-2.yaml index 8c77bf581..b6d319394 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -10,8 +10,10 @@ 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 | redundancy: 'test2/redundancy/' | ||
15 | logs: 'test2/logs/' | 17 | logs: 'test2/logs/' |
16 | previews: 'test2/previews/' | 18 | previews: 'test2/previews/' |
17 | thumbnails: 'test2/thumbnails/' | 19 | thumbnails: 'test2/thumbnails/' |
@@ -27,3 +29,4 @@ signup: | |||
27 | 29 | ||
28 | transcoding: | 30 | transcoding: |
29 | enabled: true | 31 | enabled: true |
32 | allow_additional_extensions: true | ||