]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-4.yaml
Don't save the session twice
[github/Chocobozzz/PeerTube.git] / config / test-4.yaml
1 listen:
2 port: 9004
3
4 webserver:
5 port: 9004
6
7 database:
8 suffix: '_test4'
9
10 # From the project root directory
11 storage:
12 tmp: 'test4/tmp/'
13 tmp_persistent: 'test4/tmp-persistent/'
14 bin: 'test4/bin/'
15 avatars: 'test4/avatars/'
16 videos: 'test4/videos/'
17 streaming_playlists: 'test4/streaming-playlists/'
18 redundancy: 'test4/redundancy/'
19 logs: 'test4/logs/'
20 previews: 'test4/previews/'
21 thumbnails: 'test4/thumbnails/'
22 torrents: 'test4/torrents/'
23 captions: 'test4/captions/'
24 cache: 'test4/cache/'
25 plugins: 'test4/plugins/'
26 well_known: 'test4/well-known/'
27 client_overrides: 'test4/client-overrides/'
28
29 admin:
30 email: 'admin4@example.com'
31
32 transcoding:
33 enabled: false
34
35 video_studio:
36 enabled: false