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