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