]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/production.yaml.example
Server: add tests to video transcoder
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
CommitLineData
552cc9d6
C
1listen:
2 port: 9000
3
21511bba 4# Correspond to your reverse proxy "listen" configuration
f1f4732f
C
5webserver:
6 https: false
3737bbaf 7 hostname: 'example.com'
f1f4732f 8 port: 80
825a5d9c 9
98dffd10 10# Your database name will be "peertube"+database.suffix
825a5d9c 11database:
552cc9d6
C
12 hostname: 'localhost'
13 port: 5432
feb4bdfd 14 suffix: '_prod'
6c05c149
C
15 username: 'peertube'
16 password: 'peertube'
552cc9d6
C
17
18# From the project root directory
19storage:
20 certs: 'certs/'
21 videos: 'videos/'
22 logs: 'logs/'
23 previews: 'previews/'
24 thumbnails: 'thumbnails/'
25 torrents: 'torrents/'
4793c343
C
26
27admin:
28 email: 'admin@example.com'
e22528ac
C
29
30signup:
31 enabled: false
227d02fe
C
32
33# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
34# Uses a lot of CPU!
35transcoding:
36 enabled: false
37 threads: 2