diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 5 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 9 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 |
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 | # |