Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into...
[oweals/peertube.git] / config / test-4.yaml
1 listen:
2   port: 9004
3
4 webserver:
5   hostname: 'localhost'
6   port: 9004
7
8 database:
9   suffix: '_test4'
10
11 # From the project root directory
12 storage:
13   tmp: 'test4/tmp/'
14   avatars: 'test4/avatars/'
15   videos: 'test4/videos/'
16   redundancy: 'test4/redundancy/'
17   logs: 'test4/logs/'
18   previews: 'test4/previews/'
19   thumbnails: 'test4/thumbnails/'
20   torrents: 'test4/torrents/'
21   captions: 'test4/captions/'
22   cache: 'test4/cache/'
23
24 admin:
25   email: 'admin4@example.com'
26
27 transcoding:
28   enabled: false