]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test-5.yaml
Add ability to ban/unban users
[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:
2295ce6c 13 avatars: 'test5/avatars/'
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/'
40e87e9e 19 captions: 'test5/captions/'
f981dae8 20 cache: 'test5/cache/'
4793c343
C
21
22admin:
23 email: 'admin5@example.com'
aa8b6df4
C
24
25transcoding:
26 enabled: false