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