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