aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBenjamin Bouvier <public@benj.me>2018-03-15 16:02:23 +0100
committerChocobozzz <me@florianbigard.com>2018-03-15 16:02:23 +0100
commit3b2ed89181ec6350f86cf2a34845b7c51dd538b4 (patch)
tree0c84c9bf7dbab5ac1c5a8e16d0d613328107db25
parent28ea3742d7a814e4373addc794b2712cfd00d27b (diff)
downloadPeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.tar.gz
PeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.tar.zst
PeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.zip
[docker] Add short_description option in Docker configuration too; (#342)
-rw-r--r--support/docker/production/config/production.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index c00cf7510..9a6cb1094 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -76,6 +76,7 @@ transcoding:
76# Instance settings 76# Instance settings
77instance: 77instance:
78 name: 'PeerTube' 78 name: 'PeerTube'
79 short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.'
79 description: '' # Support markdown 80 description: '' # Support markdown
80 terms: '' # Support markdown 81 terms: '' # Support markdown
81 default_client_route: '/videos/trending' 82 default_client_route: '/videos/trending'