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