diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 16:42:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 16:42:40 +0100 |
commit | 66b16cafb380012d3eca14e524d86f2450e04069 (patch) | |
tree | 02a6d2327e2499dbe921c22a03b8a9d741773dd6 /config/default.yaml | |
parent | 81ebea48bfba2d81e62dd7a0f01a0cadf41d2607 (diff) | |
download | PeerTube-66b16cafb380012d3eca14e524d86f2450e04069.tar.gz PeerTube-66b16cafb380012d3eca14e524d86f2450e04069.tar.zst PeerTube-66b16cafb380012d3eca14e524d86f2450e04069.zip |
Add new name/terms/description config options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 691c9e00b..6c73c5fea 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -69,3 +69,8 @@ transcoding: | |||
69 | 480p: true | 69 | 480p: true |
70 | 720p: true | 70 | 720p: true |
71 | 1080p: true | 71 | 1080p: true |
72 | |||
73 | instance: | ||
74 | name: 'PeerTube' | ||
75 | description: '' # Support markdown | ||
76 | terms: '' # Support markdown | ||