Fix deleting highlighted thread
[oweals/peertube.git] / config / test-1.yaml
1 listen:
2   port: 9001
3
4 webserver:
5   hostname: 'localhost'
6   port: 9001
7
8 database:
9   suffix: '_test1'
10
11 # From the project root directory
12 storage:
13   tmp: 'test1/tmp/'
14   avatars: 'test1/avatars/'
15   videos: 'test1/videos/'
16   streaming_playlists: 'test1/streaming-playlists/'
17   redundancy: 'test1/redundancy/'
18   logs: 'test1/logs/'
19   previews: 'test1/previews/'
20   thumbnails: 'test1/thumbnails/'
21   torrents: 'test1/torrents/'
22   captions: 'test1/captions/'
23   cache: 'test1/cache/'
24   plugins: 'test1/plugins/'
25
26 admin:
27   email: 'admin1@example.com'
28
29 user:
30   video_quota: 5242880 # 5MB
31
32 signup:
33   limit: 4
34
35 transcoding:
36   enabled: false