diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-06 12:26:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-06 12:26:58 +0100 |
commit | 73471b1a52f242e86364ffb077ea6cadb3b07ae2 (patch) | |
tree | 43dbb7748e281f8d80f15326f489cdea10ec857d /config/test-2.yaml | |
parent | c22419dd265c0c7185bf4197a1cb286eb3d8ebc0 (diff) | |
parent | f5305c04aae14467d6f957b713c5a902275cbb89 (diff) | |
download | PeerTube-73471b1a52f242e86364ffb077ea6cadb3b07ae2.tar.gz PeerTube-73471b1a52f242e86364ffb077ea6cadb3b07ae2.tar.zst PeerTube-73471b1a52f242e86364ffb077ea6cadb3b07ae2.zip |
Merge branch 'release/v1.2.0'
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 | ||