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 | |
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')
-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 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 |
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: | |||
81 | torrents: '/var/www/peertube/storage/torrents/' | 81 | torrents: '/var/www/peertube/storage/torrents/' |
82 | captions: '/var/www/peertube/storage/captions/' | 82 | captions: '/var/www/peertube/storage/captions/' |
83 | cache: '/var/www/peertube/storage/cache/' | 83 | cache: '/var/www/peertube/storage/cache/' |
84 | plugins: '/var/www/peertube/storage/plugins/' | ||
84 | 85 | ||
85 | log: | 86 | log: |
86 | level: 'info' # debug/info/warning/error | 87 | level: 'info' # debug/info/warning/error |