]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-1.yaml
Add tmp and redundancy directories
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
1 listen:
2 port: 9001
3
4 webserver:
5 hostname: 'localhost'
6 port: 9001
7
8 database:
9 suffix: '_test1'
10
11 # From the project root directory
12 storage:
13 tmp: 'test1/tmp/'
14 avatars: 'test1/avatars/'
15 videos: 'test1/videos/'
16 redundancy: 'test1/redundancy/'
17 logs: 'test1/logs/'
18 previews: 'test1/previews/'
19 thumbnails: 'test1/thumbnails/'
20 torrents: 'test1/torrents/'
21 captions: 'test1/captions/'
22 cache: 'test1/cache/'
23
24 admin:
25 email: 'admin1@example.com'
26
27 user:
28 video_quota: 5242880 # 5MB
29
30 signup:
31 limit: 4
32
33 transcoding:
34 enabled: false