]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-3.yaml
Add account avatar
[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 certs: 'test3/certs/'
15 videos: 'test3/videos/'
16 logs: 'test3/logs/'
17 previews: 'test3/previews/'
18 thumbnails: 'test3/thumbnails/'
19 torrents: 'test3/torrents/'
20 cache: 'test3/cache/'
21
22 admin:
23 email: 'admin3@example.com'
24
25 transcoding:
26 enabled: false