1
0
Fork 0
peertube/config/production.yaml.example

39 lines
710 B
Text
Raw Normal View History

listen:
port: 9000
# Correspond to your reverse proxy "listen" configuration
2016-05-20 09:27:16 -04:00
webserver:
https: false
hostname: 'example.com'
2016-05-20 09:27:16 -04:00
port: 80
# Your database name will be "peertube"+database.suffix
database:
hostname: 'localhost'
port: 5432
2016-12-11 15:50:51 -05:00
suffix: '_prod'
2017-01-12 09:42:40 -05:00
username: 'peertube'
password: 'peertube'
# From the project root directory
storage:
certs: 'certs/'
videos: 'videos/'
logs: 'logs/'
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'
2017-07-12 05:56:02 -04:00
cache: '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
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!
transcoding:
enabled: false
threads: 2