diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-22 16:15:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | 1297eb5db651a230474670c5da1517862fb9cc3e (patch) | |
tree | ecad4a0ceb0bb09e3c775262691ac68e9e0aca0c /config/default.yaml | |
parent | f6eebcb336c067e160a62020a5140d8d992ba384 (diff) | |
download | PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.tar.gz PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.tar.zst PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.zip |
Add refresh video on search
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 60da192b4..6a02f254d 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -57,6 +57,11 @@ storage: | |||
57 | log: | 57 | log: |
58 | level: 'info' # debug/info/warning/error | 58 | level: 'info' # debug/info/warning/error |
59 | 59 | ||
60 | search: | ||
61 | remote_uri: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance | ||
62 | users: true | ||
63 | anonymous: false | ||
64 | |||
60 | cache: | 65 | cache: |
61 | previews: | 66 | previews: |
62 | size: 500 # Max number of previews you want to cache | 67 | size: 500 # Max number of previews you want to cache |