]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-2.yaml
Fix CI using 127.0.0.1 for tests
[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 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
28 admin:
29 email: 'admin2@example.com'
30
31 signup:
32 enabled: false
33
34 transcoding:
35 enabled: true
36 allow_additional_extensions: true
37 allow_audio_files: true
38
39 live:
40 rtmp:
41 port: 1937