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