]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/default.yaml
Fix overflow on embed for firefox
[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
98dffd10 9# Your database name will be "peertube"+database.suffix
8c308c2b 10database:
3737bbaf 11 hostname: 'localhost'
feb4bdfd
C
12 port: 5432
13 suffix: '_dev'
55fa55a9
C
14 username: 'peertube'
15 password: 'peertube'
8c308c2b
C
16
17# From the project root directory
18storage:
19 certs: 'certs/'
b3d92510 20 videos: 'videos/'
8c308c2b 21 logs: 'logs/'
6a94a109 22 previews: 'previews/'
cbe2f7c3 23 thumbnails: 'thumbnails/'
052937db 24 torrents: 'torrents/'
f981dae8
C
25 cache: 'cache/'
26
27cache:
28 previews:
29 size: 1 # Max number of previews you want to cache
4793c343
C
30
31admin:
32 email: 'admin@example.com'
e22528ac
C
33
34signup:
35 enabled: false
227d02fe
C
36
37# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
38# Uses a lot of CPU!
39transcoding:
fce897f3 40 enabled: false
227d02fe 41 threads: 2