diff options
author | Chocobozzz <me@florianbigard.com> | 2018-11-16 15:02:48 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-16 15:49:16 +0100 |
commit | 8d4273463fb19d503b1aa0a32dc289f292ed614e (patch) | |
tree | f422773ecba3405bb5808bed8e25b62ac6b7ea08 /config/production.yaml.example | |
parent | 5776f78e3b3f3a371ec30c7fcb11e7ca17f2f65e (diff) | |
download | PeerTube-8d4273463fb19d503b1aa0a32dc289f292ed614e.tar.gz PeerTube-8d4273463fb19d503b1aa0a32dc289f292ed614e.tar.zst PeerTube-8d4273463fb19d503b1aa0a32dc289f292ed614e.zip |
Check follow constraints when getting a video
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index f9da8e0dd..ac15fc736 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -59,7 +59,10 @@ log: | |||
59 | level: 'info' # debug/info/warning/error | 59 | level: 'info' # debug/info/warning/error |
60 | 60 | ||
61 | search: | 61 | search: |
62 | remote_uri: # Add ability to search remote videos/actors by URI, that may not be federated with your instance | 62 | # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance |
63 | # If enabled, the associated group will be able to "escape" from the instance follows | ||
64 | # That means they will be able to follow channels, watch videos, list videos of non followed instances | ||
65 | remote_uri: | ||
63 | users: true | 66 | users: true |
64 | anonymous: false | 67 | anonymous: false |
65 | 68 | ||