]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test-2.yaml
Fix users tests
[github/Chocobozzz/PeerTube.git] / config / test-2.yaml
... / ...
CommitLineData
1listen:
2 port: 9002
3
4webserver:
5 hostname: 'localhost'
6 port: 9002
7
8database:
9 suffix: '_test2'
10
11# From the project root directory
12storage:
13 tmp: 'test2/tmp/'
14 avatars: 'test2/avatars/'
15 videos: 'test2/videos/'
16 streaming_playlists: 'test2/streaming-playlists/'
17 redundancy: 'test2/redundancy/'
18 logs: 'test2/logs/'
19 previews: 'test2/previews/'
20 thumbnails: 'test2/thumbnails/'
21 torrents: 'test2/torrents/'
22 captions: 'test2/captions/'
23 cache: 'test2/cache/'
24 plugins: 'test2/plugins/'
25
26admin:
27 email: 'admin2@example.com'
28
29signup:
30 enabled: false
31
32transcoding:
33 enabled: true
34 allow_additional_extensions: true
35 allow_audio_files: true