From 2e3a0215d051dca1f7c8ef423564c8d37a255f77 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Mar 2018 14:31:08 +0100 Subject: Add short description in config --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 5389f1164..48e5bd067 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -72,6 +72,7 @@ transcoding: instance: name: 'PeerTube' + short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' description: 'Welcome to this PeerTube instance!' # Support markdown terms: 'No terms for now.' # Support markdown default_client_route: '/videos/trending' diff --git a/config/production.yaml.example b/config/production.yaml.example index 2f28501b3..45eeffec7 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -85,6 +85,7 @@ transcoding: instance: name: 'PeerTube' + short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' description: '' # Support markdown terms: '' # Support markdown default_client_route: '/videos/trending' -- cgit v1.2.3