Put "start at" at the top of the modal
[oweals/peertube.git] / config / test.yaml
1 listen:
2   listen: '0.0.0.0'
3   port: 9000
4
5 webserver:
6   https: false
7
8 database:
9   hostname: 'localhost'
10   port: 5432
11
12 smtp:
13   hostname: null
14   port: 1025
15   tls: false
16   disable_starttls: true
17   from_address: 'test-admin@localhost'
18   username: null
19   password: null
20
21 log:
22   level: 'debug'
23
24 cache:
25   previews:
26     size: 1
27   captions:
28     size: 1
29
30 signup:
31   enabled: true
32   requires_email_verification: false
33
34 transcoding:
35   enabled: true
36   threads: 2
37   resolutions:
38     240p: true
39     360p: true
40     480p: true
41     720p: true
42     1080p: true
43
44 import:
45   videos:
46     http:
47       enabled: true
48     torrent:
49       enabled: true
50
51 instance:
52   default_nsfw_policy: 'display'