diff options
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' |