diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 5 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 341de49b8..a26625ab3 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -156,10 +156,11 @@ views: | |||
156 | max_age: -1 | 156 | max_age: -1 |
157 | 157 | ||
158 | plugins: | 158 | plugins: |
159 | # The website PeerTube will ask for available PeerTube plugins | 159 | # The website PeerTube will ask for available PeerTube plugins and themes |
160 | # This is an unmoderated plugin index, so only install plugins you trust | 160 | # This is an unmoderated plugin index, so only install plugins/themes you trust |
161 | index: | 161 | index: |
162 | enabled: true | 162 | enabled: true |
163 | check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions | ||
163 | url: 'https://packages.joinpeertube.org' | 164 | url: 'https://packages.joinpeertube.org' |
164 | 165 | ||
165 | cache: | 166 | cache: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 28f078efe..ec7744deb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -161,6 +161,7 @@ plugins: | |||
161 | # This is an unmoderated plugin index, so only install plugins you trust | 161 | # This is an unmoderated plugin index, so only install plugins you trust |
162 | index: | 162 | index: |
163 | enabled: true | 163 | enabled: true |
164 | check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions | ||
164 | url: 'https://packages.joinpeertube.org' | 165 | url: 'https://packages.joinpeertube.org' |
165 | 166 | ||
166 | 167 | ||