]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
Try to fix travis tests
[github/Chocobozzz/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
33 transcoding:
34 enabled: true
35 threads: 2
36 resolutions:
37 240p: true
38 360p: true
39 480p: true
40 720p: true
41 1080p: true
42
43 import:
44 videos:
45 http:
46 enabled: true
47 torrent:
48 enabled: true
49
50 instance:
51 default_nsfw_policy: 'display'