From 345da516fae80f24c90c2196e96393b489af2243 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Jul 2019 13:54:32 +0200 Subject: WIP plugins: add ability to register plugins --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index be5c8993c..ff3d6d54c 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -80,6 +80,7 @@ storage: torrents: 'storage/torrents/' captions: 'storage/captions/' cache: 'storage/cache/' + plugins: 'storage/plugins/' log: level: 'info' # debug/info/warning/error diff --git a/config/production.yaml.example b/config/production.yaml.example index f55f5c096..7158e076b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -81,6 +81,7 @@ storage: torrents: '/var/www/peertube/storage/torrents/' captions: '/var/www/peertube/storage/captions/' cache: '/var/www/peertube/storage/cache/' + plugins: '/var/www/peertube/storage/plugins/' log: level: 'info' # debug/info/warning/error -- cgit v1.2.3