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