diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-05 13:54:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 345da516fae80f24c90c2196e96393b489af2243 (patch) | |
tree | 64d72d25a531626c1d4a6337460dae4e32386f2a /config/default.yaml | |
parent | 297067399db2bf7505561d67667ca0d559a8e42b (diff) | |
download | PeerTube-345da516fae80f24c90c2196e96393b489af2243.tar.gz PeerTube-345da516fae80f24c90c2196e96393b489af2243.tar.zst PeerTube-345da516fae80f24c90c2196e96393b489af2243.zip |
WIP plugins: add ability to register plugins
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
80 | torrents: 'storage/torrents/' | 80 | torrents: 'storage/torrents/' |
81 | captions: 'storage/captions/' | 81 | captions: 'storage/captions/' |
82 | cache: 'storage/cache/' | 82 | cache: 'storage/cache/' |
83 | plugins: 'storage/plugins/' | ||
83 | 84 | ||
84 | log: | 85 | log: |
85 | level: 'info' # debug/info/warning/error | 86 | level: 'info' # debug/info/warning/error |