]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - test-1.yaml
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / test-1.yaml
... / ...
CommitLineData
1listen:
2 port: 9001
3
4webserver:
5 hostname: 'localhost'
6 port: 9001
7
8database:
9 suffix: '_test1'
10
11# From the project root directory
12storage:
13 tmp: 'test1/tmp/'
14 avatars: 'test1/avatars/'
15 videos: 'test1/videos/'
16 redundancy: 'test1/redundancy/'
17 logs: 'test1/logs/'
18 previews: 'test1/previews/'
19 thumbnails: 'test1/thumbnails/'
20 torrents: 'test1/torrents/'
21 captions: 'test1/captions/'
22 cache: 'test1/cache/'
23
24admin:
25 email: 'admin1@example.com'
26
27user:
28 video_quota: 5242880 # 5MB
29
30signup:
31 limit: 4
32
33transcoding:
34 enabled: false