]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-3.yaml
e7e30c07bdbb9e64f67ca0b95c2247c108404ded
[github/Chocobozzz/PeerTube.git] / config / test-3.yaml
1 listen:
2 port: 9003
3
4 webserver:
5 hostname: 'localhost'
6 port: 9003
7
8 database:
9 suffix: '_test3'
10
11 # From the project root directory
12 storage:
13 avatars: 'test3/avatars/'
14 videos: 'test3/videos/'
15 logs: 'test3/logs/'
16 previews: 'test3/previews/'
17 thumbnails: 'test3/thumbnails/'
18 torrents: 'test3/torrents/'
19 cache: 'test3/cache/'
20
21 admin:
22 email: 'admin3@example.com'
23
24 transcoding:
25 enabled: false