1
0
Fork 0
peertube/config/default.yaml

42 lines
726 B
YAML
Raw Normal View History

2015-06-09 15:41:40 +00:00
listen:
port: 9000
webserver:
https: false
hostname: 'localhost'
2015-06-09 15:41:40 +00:00
port: 9000
# Your database name will be "peertube"+database.suffix
2015-06-09 15:41:40 +00:00
database:
hostname: 'localhost'
2016-12-11 20:50:51 +00:00
port: 5432
suffix: '_dev'
2017-01-04 19:59:23 +00:00
username: 'peertube'
password: 'peertube'
2015-06-09 15:41:40 +00:00
# From the project root directory
storage:
certs: 'certs/'
2016-10-21 09:33:31 +00:00
videos: 'videos/'
2015-06-09 15:41:40 +00:00
logs: 'logs/'
2016-11-11 10:52:24 +00:00
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'
2017-07-12 09:56:02 +00:00
cache: 'cache/'
cache:
previews:
size: 1 # Max number of previews you want to cache
2017-02-16 18:19:56 +00:00
admin:
email: 'admin@example.com'
2017-03-10 10:32:39 +00:00
signup:
enabled: false
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!
transcoding:
2017-05-04 19:51:00 +00:00
enabled: false
threads: 2