]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test-5.yaml
Add previews cache system between pods
[github/Chocobozzz/PeerTube.git] / config / test-5.yaml
CommitLineData
3bcb78b3
C
1listen:
2 port: 9005
3
4webserver:
3737bbaf 5 hostname: 'localhost'
3bcb78b3
C
6 port: 9005
7
8database:
feb4bdfd 9 suffix: '_test5'
3bcb78b3
C
10
11# From the project root directory
12storage:
13 certs: 'test5/certs/'
b3d92510 14 videos: 'test5/videos/'
3bcb78b3 15 logs: 'test5/logs/'
f981dae8 16 previews: 'test5/previews/'
cbe2f7c3 17 thumbnails: 'test5/thumbnails/'
052937db 18 torrents: 'test5/torrents/'
f981dae8 19 cache: 'test5/cache/'
4793c343
C
20
21admin:
22 email: 'admin5@example.com'