Prepare 1.3 RC1 changelog
[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
25 admin:
26   email: 'admin1@example.com'
27
28 user:
29   video_quota: 5242880 # 5MB
30
31 signup:
32   limit: 4
33
34 transcoding:
35   enabled: false