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/production.yaml.example | |
parent | f6eebcb336c067e160a62020a5140d8d992ba384 (diff) | |
download | PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.tar.gz PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.tar.zst PeerTube-1297eb5db651a230474670c5da1517862fb9cc3e.zip |
Add refresh video on search
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 9e8b57829..272a3cb46 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -58,6 +58,10 @@ storage: | |||
58 | log: | 58 | log: |
59 | level: 'info' # debug/info/warning/error | 59 | level: 'info' # debug/info/warning/error |
60 | 60 | ||
61 | search: | ||
62 | remote_uri: # Add ability to search remote videos/actors by URI, that may not be federated with your instance | ||
63 | users: true | ||
64 | anonymous: false | ||
61 | 65 | ||
62 | ############################################################################### | 66 | ############################################################################### |
63 | # | 67 | # |