]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test-4.yaml
Fix thumbnail processing
[github/Chocobozzz/PeerTube.git] / config / test-4.yaml
CommitLineData
3bcb78b3
C
1listen:
2 port: 9004
3
4webserver:
3737bbaf 5 hostname: 'localhost'
3bcb78b3
C
6 port: 9004
7
8database:
feb4bdfd 9 suffix: '_test4'
3bcb78b3
C
10
11# From the project root directory
12storage:
2295ce6c 13 avatars: 'test4/avatars/'
b3d92510 14 videos: 'test4/videos/'
3bcb78b3 15 logs: 'test4/logs/'
f981dae8 16 previews: 'test4/previews/'
cbe2f7c3 17 thumbnails: 'test4/thumbnails/'
052937db 18 torrents: 'test4/torrents/'
40e87e9e 19 captions: 'test4/captions/'
f981dae8 20 cache: 'test4/cache/'
4793c343
C
21
22admin:
23 email: 'admin4@example.com'
aa8b6df4
C
24
25transcoding:
26 enabled: false