]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test.yaml
Better upgrade script consistency
[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
19signup:
20 enabled: true
21
22transcoding:
23 enabled: true
24 threads: 2