From 66b16cafb380012d3eca14e524d86f2450e04069 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jan 2018 16:42:40 +0100 Subject: Add new name/terms/description config options --- config/default.yaml | 5 +++++ config/production.yaml.example | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'config') 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: 480p: true 720p: true 1080p: true + +instance: + name: 'PeerTube' + description: '' # Support markdown + terms: '' # Support markdown diff --git a/config/production.yaml.example b/config/production.yaml.example index 04354b75d..e476bbcfa 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -69,3 +69,8 @@ transcoding: 480p: true 720p: true 1080p: true + +instance: + name: 'PeerTube' + description: '' # Support markdown + terms: '' # Support markdown -- cgit v1.2.3