]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-4.yaml
Add videos playlist exist tests
[github/Chocobozzz/PeerTube.git] / config / test-4.yaml
1 listen:
2 port: 9004
3
4 webserver:
5 hostname: 'localhost'
6 port: 9004
7
8 database:
9 suffix: '_test4'
10
11 # From the project root directory
12 storage:
13 tmp: 'test4/tmp/'
14 avatars: 'test4/avatars/'
15 videos: 'test4/videos/'
16 streaming_playlists: 'test4/streaming-playlists/'
17 redundancy: 'test4/redundancy/'
18 logs: 'test4/logs/'
19 previews: 'test4/previews/'
20 thumbnails: 'test4/thumbnails/'
21 torrents: 'test4/torrents/'
22 captions: 'test4/captions/'
23 cache: 'test4/cache/'
24
25 admin:
26 email: 'admin4@example.com'
27
28 transcoding:
29 enabled: false