]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/default.yaml
Server: fix update remote video
[github/Chocobozzz/PeerTube.git] / config / default.yaml
CommitLineData
8c308c2b
C
1listen:
2 port: 9000
3
4webserver:
5 https: false
3737bbaf 6 hostname: 'localhost'
8c308c2b
C
7 port: 9000
8
9database:
3737bbaf 10 hostname: 'localhost'
feb4bdfd
C
11 port: 5432
12 suffix: '_dev'
55fa55a9
C
13 username: 'peertube'
14 password: 'peertube'
8c308c2b
C
15
16# From the project root directory
17storage:
18 certs: 'certs/'
b3d92510 19 videos: 'videos/'
8c308c2b 20 logs: 'logs/'
6a94a109 21 previews: 'previews/'
cbe2f7c3 22 thumbnails: 'thumbnails/'
052937db 23 torrents: 'torrents/'