From: Chocobozzz Date: Fri, 9 Feb 2018 08:44:38 +0000 (+0100) Subject: Add default description and default terms X-Git-Tag: v0.0.22-alpha~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf874e33da218de52a7fc7c3f73430649bca054b;p=oweals%2Fpeertube.git Add default description and default terms --- diff --git a/config/default.yaml b/config/default.yaml index 6c73c5fea..10ef4ab8e 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -72,5 +72,5 @@ transcoding: instance: name: 'PeerTube' - description: '' # Support markdown - terms: '' # Support markdown + description: 'Welcome to this PeerTube instance!' # Support markdown + terms: 'No terms for now.' # Support markdown