]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test-1.yaml
Avoid always resuming the end of the video
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
... / ...
CommitLineData
1listen:
2 port: 9001
3
4webserver:
5 port: 9001
6
7database:
8 suffix: '_test1'
9
10# From the project root directory
11storage:
12 tmp: 'test1/tmp/'
13 bin: 'test1/bin/'
14 avatars: 'test1/avatars/'
15 videos: 'test1/videos/'
16 streaming_playlists: 'test1/streaming-playlists/'
17 redundancy: 'test1/redundancy/'
18 logs: 'test1/logs/'
19 previews: 'test1/previews/'
20 thumbnails: 'test1/thumbnails/'
21 torrents: 'test1/torrents/'
22 captions: 'test1/captions/'
23 cache: 'test1/cache/'
24 plugins: 'test1/plugins/'
25 well_known: 'test1/well-known/'
26 client_overrides: 'test1/client-overrides/'
27
28admin:
29 email: 'admin1@example.com'
30
31user:
32 video_quota: 5242880 # 5MB
33
34signup:
35 limit: 4
36
37transcoding:
38 enabled: false
39
40video_studio:
41 enabled: false
42
43live:
44 rtmp:
45 port: 1936