]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test-3.yaml
Fix exception when getting 404 in video watch
[github/Chocobozzz/PeerTube.git] / config / test-3.yaml
... / ...
CommitLineData
1listen:
2 port: 9003
3
4webserver:
5 hostname: 'localhost'
6 port: 9003
7
8database:
9 suffix: '_test3'
10
11# From the project root directory
12storage:
13 certs: 'test3/certs/'
14 videos: 'test3/videos/'
15 logs: 'test3/logs/'
16 previews: 'test3/previews/'
17 thumbnails: 'test3/thumbnails/'
18 torrents: 'test3/torrents/'
19 cache: 'test3/cache/'
20
21admin:
22 email: 'admin3@example.com'
23
24transcoding:
25 enabled: false