]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-1.yaml
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
1 listen:
2 port: 9001
3
4 webserver:
5 port: 9001
6
7 database:
8 suffix: '_test1'
9
10 # From the project root directory
11 storage:
12 tmp: 'test1/tmp/'
13 bin: 'test1/bin/'
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 well_known: 'test1/well-known/'
26 client_overrides: 'test1/client-overrides/'
27
28 admin:
29 email: 'admin1@example.com'
30
31 user:
32 video_quota: 5242880 # 5MB
33
34 signup:
35 limit: 4
36
37 transcoding:
38 enabled: false
39
40 video_studio:
41 enabled: false
42
43 live:
44 rtmp:
45 port: 1936