1
0
Fork 0
peertube/config/default.yaml

21 lines
293 B
YAML
Raw Normal View History

2015-06-09 15:41:40 +00:00
listen:
port: 9000
webserver:
https: false
host: 'localhost'
port: 9000
database:
host: 'localhost'
port: 27017
suffix: '-dev'
2015-06-09 15:41:40 +00:00
# From the project root directory
storage:
certs: 'certs/'
2016-10-21 09:33:31 +00:00
videos: 'videos/'
2015-06-09 15:41:40 +00:00
logs: 'logs/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'