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