diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-15 14:31:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-15 14:34:47 +0100 |
commit | 2e3a0215d051dca1f7c8ef423564c8d37a255f77 (patch) | |
tree | 9a3c5139f9459fca8a079173f1f522af249cb5f9 /config/production.yaml.example | |
parent | 44a9a76e29aab81e94b528895faa816ccbb09f07 (diff) | |
download | PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.tar.gz PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.tar.zst PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.zip |
Add short description in config
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
85 | 85 | ||
86 | instance: | 86 | instance: |
87 | name: 'PeerTube' | 87 | name: 'PeerTube' |
88 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | ||
88 | description: '' # Support markdown | 89 | description: '' # Support markdown |
89 | terms: '' # Support markdown | 90 | terms: '' # Support markdown |
90 | default_client_route: '/videos/trending' | 91 | default_client_route: '/videos/trending' |