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