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