]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-1.yaml
Bumped to version v5.2.1
[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 tmp_persistent: 'test1/tmp-persistent/'
14 bin: 'test1/bin/'
15 avatars: 'test1/avatars/'
16 videos: 'test1/videos/'
17 streaming_playlists: 'test1/streaming-playlists/'
18 redundancy: 'test1/redundancy/'
19 logs: 'test1/logs/'
20 previews: 'test1/previews/'
21 thumbnails: 'test1/thumbnails/'
22 torrents: 'test1/torrents/'
23 captions: 'test1/captions/'
24 cache: 'test1/cache/'
25 plugins: 'test1/plugins/'
26 well_known: 'test1/well-known/'
27 client_overrides: 'test1/client-overrides/'
28
29 admin:
30 email: 'admin1@example.com'
31
32 user:
33 video_quota: 5242880 # 5MB
34
35 signup:
36 limit: 4
37
38 transcoding:
39 enabled: false
40
41 video_studio:
42 enabled: false
43
44 live:
45 rtmp:
46 port: 1936