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