]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-5.yaml
Allow to control RATES_LIMIT from configuration (#1787)
[github/Chocobozzz/PeerTube.git] / config / test-5.yaml
1 listen:
2 port: 9005
3
4 webserver:
5 hostname: 'localhost'
6 port: 9005
7
8 database:
9 suffix: '_test5'
10
11 # From the project root directory
12 storage:
13 tmp: 'test5/tmp/'
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
25 admin:
26 email: 'admin5@example.com'
27
28 transcoding:
29 enabled: false