diff options
author | Benjamin Bouvier <public@benj.me> | 2018-03-15 16:02:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-15 16:02:23 +0100 |
commit | 3b2ed89181ec6350f86cf2a34845b7c51dd538b4 (patch) | |
tree | 0c84c9bf7dbab5ac1c5a8e16d0d613328107db25 /support | |
parent | 28ea3742d7a814e4373addc794b2712cfd00d27b (diff) | |
download | PeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.tar.gz PeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.tar.zst PeerTube-3b2ed89181ec6350f86cf2a34845b7c51dd538b4.zip |
[docker] Add short_description option in Docker configuration too; (#342)
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/config/production.yaml | 1 |
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 |
77 | instance: | 77 | instance: |
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' |