]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
efca85aff40a788ddded4c6e2e6506741ccd34bb
[github/Chocobozzz/PeerTube.git] / config / test.yaml
1 listen:
2 port: 9000
3
4 webserver:
5 https: false
6
7 database:
8 hostname: 'localhost'
9 port: 5432
10
11 smtp:
12 hostname: null
13 port: 1025
14 tls: false
15 from_address: 'test-admin@localhost'
16 username: null
17 password: null
18
19 log:
20 level: 'debug'
21
22 signup:
23 enabled: true
24
25 transcoding:
26 enabled: true
27 threads: 2