]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/default.yaml
Server: add update case to real world script
[github/Chocobozzz/PeerTube.git] / config / default.yaml
... / ...
CommitLineData
1listen:
2 port: 9000
3
4webserver:
5 https: false
6 hostname: 'localhost'
7 port: 9000
8
9database:
10 hostname: 'localhost'
11 port: 5432
12 suffix: '_dev'
13 username: 'peertube'
14 password: 'peertube'
15
16# From the project root directory
17storage:
18 certs: 'certs/'
19 videos: 'videos/'
20 logs: 'logs/'
21 previews: 'previews/'
22 thumbnails: 'thumbnails/'
23 torrents: 'torrents/'