From 552cc9d646e78edae8b0fe61564d4e49db0b6206 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Dec 2016 18:35:56 +0100 Subject: [PATCH] Copy all keys in production example so if we chagne the default one production servers won't break --- config/production.yaml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/production.yaml.example b/config/production.yaml.example index 743f972de..005444e73 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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/'