diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 7 | ||||
-rw-r--r-- | config/production.yaml.example | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index a1b2991cf..341de49b8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -155,6 +155,13 @@ views: | |||
155 | remote: | 155 | remote: |
156 | max_age: -1 | 156 | max_age: -1 |
157 | 157 | ||
158 | plugins: | ||
159 | # The website PeerTube will ask for available PeerTube plugins | ||
160 | # This is an unmoderated plugin index, so only install plugins you trust | ||
161 | index: | ||
162 | enabled: true | ||
163 | url: 'https://packages.joinpeertube.org' | ||
164 | |||
158 | cache: | 165 | cache: |
159 | previews: | 166 | previews: |
160 | size: 500 # Max number of previews you want to cache | 167 | size: 500 # Max number of previews you want to cache |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 6c2eb4416..28f078efe 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -156,6 +156,13 @@ views: | |||
156 | remote: | 156 | remote: |
157 | max_age: -1 | 157 | max_age: -1 |
158 | 158 | ||
159 | plugins: | ||
160 | # The website PeerTube will ask for available PeerTube plugins | ||
161 | # This is an unmoderated plugin index, so only install plugins you trust | ||
162 | index: | ||
163 | enabled: true | ||
164 | url: 'https://packages.joinpeertube.org' | ||
165 | |||
159 | 166 | ||
160 | ############################################################################### | 167 | ############################################################################### |
161 | # | 168 | # |