]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-5.yaml
Make object storage ACL configurable
[github/Chocobozzz/PeerTube.git] / config / test-5.yaml
1 listen:
2 port: 9005
3
4 webserver:
5 hostname: 'localhost'
6 port: 9005
7
8 database:
9 suffix: '_test5'
10
11 # From the project root directory
12 storage:
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 client_overrides: 'test5/client-overrides/'
27
28 admin:
29 email: 'admin5@example.com'
30
31 transcoding:
32 enabled: false
33
34 video_editor:
35 enabled: false