2016-12-27 11:35:56 -06:00
|
|
|
listen:
|
|
|
|
port: 9000
|
|
|
|
|
2016-10-01 05:24:18 -05:00
|
|
|
# Correspond to your reverse proxy "listen" configuration
|
2016-05-20 08:27:16 -05:00
|
|
|
webserver:
|
|
|
|
https: false
|
2016-10-23 12:41:17 -05:00
|
|
|
hostname: 'example.com'
|
2016-05-20 08:27:16 -05:00
|
|
|
port: 80
|
2016-10-01 05:40:02 -05:00
|
|
|
|
2017-01-16 02:04:54 -06:00
|
|
|
# Your database name will be "peertube"+database.suffix
|
2016-10-01 05:40:02 -05:00
|
|
|
database:
|
2016-12-27 11:35:56 -06:00
|
|
|
hostname: 'localhost'
|
|
|
|
port: 5432
|
2016-12-11 14:50:51 -06:00
|
|
|
suffix: '_prod'
|
2017-01-12 08:42:40 -06:00
|
|
|
username: 'peertube'
|
|
|
|
password: 'peertube'
|
2016-12-27 11:35:56 -06:00
|
|
|
|
|
|
|
# From the project root directory
|
|
|
|
storage:
|
|
|
|
certs: 'certs/'
|
|
|
|
videos: 'videos/'
|
|
|
|
logs: 'logs/'
|
|
|
|
previews: 'previews/'
|
|
|
|
thumbnails: 'thumbnails/'
|
|
|
|
torrents: 'torrents/'
|
2017-02-16 12:19:56 -06:00
|
|
|
|
|
|
|
admin:
|
|
|
|
email: 'admin@example.com'
|
2017-03-10 04:32:39 -06:00
|
|
|
|
|
|
|
signup:
|
|
|
|
enabled: false
|