]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/dev.yaml
ca93874d23f6c20c97fc079e6a0b0e5d263457f8
[github/Chocobozzz/PeerTube.git] / config / dev.yaml
1 listen:
2 hostname: '::'
3 port: 9000
4
5 webserver:
6 https: false
7
8 database:
9 hostname: 'localhost'
10 port: 5432
11
12 redis:
13 hostname: 'localhost'
14
15 smtp:
16 hostname: null
17 port: 1025
18 tls: false
19 disable_starttls: true
20 from_address: 'test-admin@localhost'
21 username: null
22 password: null
23
24 log:
25 level: 'debug'
26
27 contact_form:
28 enabled: true
29
30 peertube:
31 check_latest_version:
32 enabled: false
33
34 redundancy:
35 videos:
36 check_interval: '5 minutes'
37 strategies:
38 -
39 size: '1000MB'
40 min_lifetime: '10 minutes'
41 strategy: 'most-views'
42 -
43 size: '1000MB'
44 min_lifetime: '10 minutes'
45 strategy: 'trending'
46 -
47 size: '1000MB'
48 min_lifetime: '10 minutes'
49 strategy: 'recently-added'
50 min_views: 1
51
52 cache:
53 previews:
54 size: 10
55 captions:
56 size: 10
57 torrents:
58 size: 10
59
60 signup:
61 enabled: true
62 requires_email_verification: false
63
64 live:
65 enabled: true
66
67 allow_replay: true
68
69 transcoding:
70 enabled: true
71 threads: 2
72
73 resolutions:
74 360p: true
75 720p: true
76
77 import:
78 videos:
79 concurrency: 2
80 http:
81 enabled: true
82 torrent:
83 enabled: true
84 video_channel_synchronization:
85 enabled: true
86 max_per_user: 10
87 check_interval: 5 minutes
88 videos_limit_per_synchronization: 3
89
90 instance:
91 default_nsfw_policy: 'display'
92
93 plugins:
94 index:
95 check_latest_versions_interval: '10 minutes'
96
97 federation:
98 videos:
99 cleanup_remote_interactions: false
100
101 views:
102 videos:
103 remote:
104 max_age: -1
105
106 geo_ip:
107 enabled: true
108
109 video_studio:
110 enabled: true