diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-11 11:52:24 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-16 20:29:26 +0100 |
commit | 6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b (patch) | |
tree | 22397531c03da92be50e28703764405002acb926 /config | |
parent | 830bcd0f82c16b8b5f1259150a6d541a210693eb (diff) | |
download | PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.tar.gz PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.tar.zst PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.zip |
Server: add video preview
Diffstat (limited to 'config')
-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 ad27b4eb8..90f4b9466 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -16,5 +16,6 @@ storage: | |||
16 | certs: 'certs/' | 16 | certs: 'certs/' |
17 | videos: 'videos/' | 17 | videos: 'videos/' |
18 | logs: 'logs/' | 18 | logs: 'logs/' |
19 | previews: 'previews/' | ||
19 | thumbnails: 'thumbnails/' | 20 | thumbnails: 'thumbnails/' |
20 | torrents: 'torrents/' | 21 | torrents: 'torrents/' |