]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/default.yaml
First version with PostgreSQL
[github/Chocobozzz/PeerTube.git] / config / default.yaml
1 listen:
2 port: 9000
3
4 webserver:
5 https: false
6 hostname: 'localhost'
7 port: 9000
8
9 database:
10 hostname: 'localhost'
11 port: 5432
12 suffix: '_dev'
13
14 # From the project root directory
15 storage:
16 certs: 'certs/'
17 videos: 'videos/'
18 logs: 'logs/'
19 previews: 'previews/'
20 thumbnails: 'thumbnails/'
21 torrents: 'torrents/'