2015-06-09 18:41:40 +03:00
|
|
|
listen:
|
|
|
|
port: 9000
|
|
|
|
|
|
|
|
webserver:
|
|
|
|
https: false
|
2016-10-23 20:41:17 +03:00
|
|
|
hostname: 'localhost'
|
2015-06-09 18:41:40 +03:00
|
|
|
port: 9000
|
|
|
|
|
2017-01-16 11:04:54 +03:00
|
|
|
# Your database name will be "peertube"+database.suffix
|
2015-06-09 18:41:40 +03:00
|
|
|
database:
|
2016-10-23 20:41:17 +03:00
|
|
|
hostname: 'localhost'
|
2016-12-11 23:50:51 +03:00
|
|
|
port: 5432
|
|
|
|
suffix: '_dev'
|
2017-01-04 22:59:23 +03:00
|
|
|
username: 'peertube'
|
|
|
|
password: 'peertube'
|
2015-06-09 18:41:40 +03:00
|
|
|
|
|
|
|
# From the project root directory
|
|
|
|
storage:
|
|
|
|
certs: 'certs/'
|
2016-10-21 12:33:31 +03:00
|
|
|
videos: 'videos/'
|
2015-06-09 18:41:40 +03:00
|
|
|
logs: 'logs/'
|
2016-11-11 13:52:24 +03:00
|
|
|
previews: 'previews/'
|
2016-05-10 22:19:24 +03:00
|
|
|
thumbnails: 'thumbnails/'
|
2016-07-26 23:30:46 +03:00
|
|
|
torrents: 'torrents/'
|