Translated using Weblate (Spanish)
[oweals/peertube.git] / config / test-6.yaml
1 listen:
2   port: 9006
3
4 webserver:
5   hostname: 'localhost'
6   port: 9006
7
8 database:
9   suffix: '_test6'
10
11 # From the project root directory
12 storage:
13   tmp: 'test6/tmp/'
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
26 admin:
27   email: 'admin6@example.com'
28
29 transcoding:
30   enabled: false