diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:06 +0200 |
commit | f842e810b450a34275d8d453d5d9431a4e1b882a (patch) | |
tree | b2cd2e2c5a9b5c834e1c2bd39dfdb25f780c3e2d /config/test.yaml | |
parent | b4a929accf576edc733fde75a81dfad9a3d288ed (diff) | |
download | PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.gz PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.zst PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.zip |
Update default config cache
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index a4ee9a7b2..ffe736b24 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -21,6 +21,12 @@ smtp: | |||
21 | log: | 21 | log: |
22 | level: 'debug' | 22 | level: 'debug' |
23 | 23 | ||
24 | cache: | ||
25 | previews: | ||
26 | size: 1 | ||
27 | captions: | ||
28 | size: 1 | ||
29 | |||
24 | signup: | 30 | signup: |
25 | enabled: true | 31 | enabled: true |
26 | 32 | ||