]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Add state and moderationComment for abuses on server side
[github/Chocobozzz/PeerTube.git] / config / test.yaml
CommitLineData
8c308c2b 1listen:
cd4d7a2c 2 listen: '0.0.0.0'
8c308c2b
C
3 port: 9000
4
5webserver:
6 https: false
7
8database:
3737bbaf 9 hostname: 'localhost'
feb4bdfd 10 port: 5432
e22528ac 11
f076daa7
C
12smtp:
13 hostname: null
14 port: 1025
15 tls: false
bebf2d89 16 disable_starttls: true
31b5a255 17 from_address: 'test-admin@localhost'
f076daa7
C
18 username: null
19 password: null
20
a0922eb9
C
21log:
22 level: 'debug'
23
f842e810
C
24cache:
25 previews:
26 size: 1
27 captions:
28 size: 1
29
e22528ac
C
30signup:
31 enabled: true
aa8b6df4
C
32
33transcoding:
a22bfc3e
C
34 enabled: true
35 threads: 2
1125c40a
C
36 resolutions:
37 240p: true
38 360p: true
39 480p: true
40 720p: true
41 1080p: true
0883b324 42
5d08a6a7
C
43import:
44 videos:
45 http:
46 enabled: true
a84b8fa5
C
47 torrent:
48 enabled: true
5d08a6a7 49
0883b324
C
50instance:
51 default_nsfw_policy: 'display'