diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 11:56:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 11:56:02 +0200 |
commit | f981dae8617271a2dc713bb683951730b306e0c5 (patch) | |
tree | ecee631766bc1b98c20a7836479fed40850c5a56 /config/test-2.yaml | |
parent | 075f16caac5236cb04c98ae7b3a989766d764bb3 (diff) | |
download | PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.gz PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.zst PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.zip |
Add previews cache system between pods
Diffstat (limited to 'config/test-2.yaml')
-rw-r--r-- | config/test-2.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test-2.yaml b/config/test-2.yaml index c95b9c229..236dcb10d 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -13,8 +13,10 @@ storage: | |||
13 | certs: 'test2/certs/' | 13 | certs: 'test2/certs/' |
14 | videos: 'test2/videos/' | 14 | videos: 'test2/videos/' |
15 | logs: 'test2/logs/' | 15 | logs: 'test2/logs/' |
16 | previews: 'test2/previews/' | ||
16 | thumbnails: 'test2/thumbnails/' | 17 | thumbnails: 'test2/thumbnails/' |
17 | torrents: 'test2/torrents/' | 18 | torrents: 'test2/torrents/' |
19 | cache: 'test2/cache/' | ||
18 | 20 | ||
19 | admin: | 21 | admin: |
20 | email: 'admin2@example.com' | 22 | email: 'admin2@example.com' |