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 | |
parent | 44a9a76e29aab81e94b528895faa816ccbb09f07 (diff) | |
download | PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.tar.gz PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.tar.zst PeerTube-2e3a0215d051dca1f7c8ef423564c8d37a255f77.zip |
Add short description in config
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
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: | |||
72 | 72 | ||
73 | instance: | 73 | instance: |
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |
75 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | ||
75 | description: 'Welcome to this PeerTube instance!' # Support markdown | 76 | description: 'Welcome to this PeerTube instance!' # Support markdown |
76 | terms: 'No terms for now.' # Support markdown | 77 | terms: 'No terms for now.' # Support markdown |
77 | default_client_route: '/videos/trending' | 78 | 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: | |||
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' |