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