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