Copy all keys in production example so if we chagne the default one

production servers won't break
pull/30/head
Chocobozzz 2016-12-27 18:35:56 +01:00
parent 00d6a41e46
commit 552cc9d646
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,6 @@
listen:
port: 9000
# Correspond to your reverse proxy "listen" configuration
webserver:
https: false
@ -5,4 +8,17 @@ webserver:
port: 80
database:
hostname: 'localhost'
port: 5432
suffix: '_prod'
username: peertube
password: peertube
# From the project root directory
storage:
certs: 'certs/'
videos: 'videos/'
logs: 'logs/'
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'