]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-1.yaml
Add basic video editor support
[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 bin: 'test1/bin/'
15 avatars: 'test1/avatars/'
16 videos: 'test1/videos/'
17 streaming_playlists: 'test1/streaming-playlists/'
18 redundancy: 'test1/redundancy/'
19 logs: 'test1/logs/'
20 previews: 'test1/previews/'
21 thumbnails: 'test1/thumbnails/'
22 torrents: 'test1/torrents/'
23 captions: 'test1/captions/'
24 cache: 'test1/cache/'
25 plugins: 'test1/plugins/'
26 client_overrides: 'test1/client-overrides/'
27
28 admin:
29 email: 'admin1@example.com'
30
31 user:
32 video_quota: 5242880 # 5MB
33
34 signup:
35 limit: 4
36
37 transcoding:
38 enabled: false
39
40 video_editor:
41 enabled: false
42
43 live:
44 rtmp:
45 port: 1936