From 95540ed23a2e6ae6d48739f211aa24df57278413 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Mar 2018 11:22:26 +0100 Subject: Prepare building docker files on docker hub --- config/production.yaml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/production.yaml.example b/config/production.yaml.example index 43f45ae80..43cacee3b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -15,11 +15,13 @@ database: username: 'peertube' password: 'peertube' +# Redis server for short time storage redis: hostname: 'localhost' port: 6379 auth: null +# SMTP server to send emails smtp: hostname: null port: 465 @@ -84,6 +86,7 @@ transcoding: 720p: false 1080p: false +# Instance settings instance: name: 'PeerTube' short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' -- cgit v1.2.3