PeerTube/config/production.yaml.example

25 lines
429 B
Plaintext
Raw Normal View History

listen:
port: 9000
# Correspond to your reverse proxy "listen" configuration
2016-05-20 15:27:16 +02:00
webserver:
https: false
hostname: 'example.com'
2016-05-20 15:27:16 +02:00
port: 80
database:
hostname: 'localhost'
port: 5432
2016-12-11 21:50:51 +01:00
suffix: '_prod'
2017-01-12 15:42:40 +01:00
username: 'peertube'
password: 'peertube'
# From the project root directory
storage:
certs: 'certs/'
videos: 'videos/'
logs: 'logs/'
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'