]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-2.yaml
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / config / test-2.yaml
1 listen:
2 port: 9002
3
4 webserver:
5 port: 9002
6
7 database:
8 suffix: '_test2'
9
10 # From the project root directory
11 storage:
12 tmp: 'test2/tmp/'
13 tmp_persistent: 'test2/tmp-persistent/'
14 bin: 'test2/bin/'
15 avatars: 'test2/avatars/'
16 videos: 'test2/videos/'
17 streaming_playlists: 'test2/streaming-playlists/'
18 redundancy: 'test2/redundancy/'
19 logs: 'test2/logs/'
20 previews: 'test2/previews/'
21 thumbnails: 'test2/thumbnails/'
22 torrents: 'test2/torrents/'
23 captions: 'test2/captions/'
24 cache: 'test2/cache/'
25 plugins: 'test2/plugins/'
26 well_known: 'test2/well-known/'
27 client_overrides: 'test2/client-overrides/'
28
29 admin:
30 email: 'admin2@example.com'
31
32 signup:
33 enabled: false
34
35 transcoding:
36 enabled: true
37 allow_additional_extensions: true
38 allow_audio_files: true
39
40 live:
41 rtmp:
42 port: 1937