]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-1.yaml
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
1 listen:
2 port: 9001
3
4 webserver:
5 hostname: 'localhost'
6 port: 9001
7
8 database:
9 suffix: '_test1'
10
11 # From the project root directory
12 storage:
13 tmp: 'test1/tmp/'
14 avatars: 'test1/avatars/'
15 videos: 'test1/videos/'
16 streaming_playlists: 'test1/streaming-playlists/'
17 redundancy: 'test1/redundancy/'
18 logs: 'test1/logs/'
19 previews: 'test1/previews/'
20 thumbnails: 'test1/thumbnails/'
21 torrents: 'test1/torrents/'
22 captions: 'test1/captions/'
23 cache: 'test1/cache/'
24 plugins: 'test1/plugins/'
25 client_overrides: 'test1/client-overrides/'
26
27 admin:
28 email: 'admin1@example.com'
29
30 user:
31 video_quota: 5242880 # 5MB
32
33 signup:
34 limit: 4
35
36 transcoding:
37 enabled: false
38
39 live:
40 rtmp:
41 port: 1936