]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - test-5.yaml
e2662bdd930a44ee5232ad122f6d59a658860f9f
[github/Chocobozzz/PeerTube.git] / 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 redundancy: 'test5/redundancy/'
17 logs: 'test5/logs/'
18 previews: 'test5/previews/'
19 thumbnails: 'test5/thumbnails/'
20 torrents: 'test5/torrents/'
21 captions: 'test5/captions/'
22 cache: 'test5/cache/'
23
24 admin:
25 email: 'admin5@example.com'
26
27 transcoding:
28 enabled: false