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