]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-3.yaml
Add basic video editor support
[github/Chocobozzz/PeerTube.git] / config / test-3.yaml
1 listen:
2 port: 9003
3
4 webserver:
5 hostname: 'localhost'
6 port: 9003
7
8 database:
9 suffix: '_test3'
10
11 # From the project root directory
12 storage:
13 tmp: 'test3/tmp/'
14 bin: 'test3/bin/'
15 avatars: 'test3/avatars/'
16 videos: 'test3/videos/'
17 streaming_playlists: 'test3/streaming-playlists/'
18 redundancy: 'test3/redundancy/'
19 logs: 'test3/logs/'
20 previews: 'test3/previews/'
21 thumbnails: 'test3/thumbnails/'
22 torrents: 'test3/torrents/'
23 captions: 'test3/captions/'
24 cache: 'test3/cache/'
25 plugins: 'test3/plugins/'
26 client_overrides: 'test3/client-overrides/'
27
28 admin:
29 email: 'admin3@example.com'
30
31 transcoding:
32 enabled: false
33
34 video_editor:
35 enabled: false