1
0
Fork 0
peertube/config/default.yaml

43 lines
811 B
YAML
Raw Normal View History

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