]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test-5.yaml
Added translation using Weblate (Interlingua)
[github/Chocobozzz/PeerTube.git] / config / test-5.yaml
... / ...
CommitLineData
1listen:
2 port: 9005
3
4webserver:
5 hostname: 'localhost'
6 port: 9005
7
8database:
9 suffix: '_test5'
10
11# From the project root directory
12storage:
13 tmp: 'test5/tmp/'
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
29admin:
30 email: 'admin5@example.com'
31
32transcoding:
33 enabled: false
34
35video_studio:
36 enabled: false