aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-16 15:03:00 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commitd133f3858288b20d790e9bb57664fc6e22d9aeaf (patch)
tree5ff8d553337bd97d92b0d5004e23239e4668721a /config/production.yaml.example
parente0ce715a1ded6e84c877004dae3e354c8716fb06 (diff)
downloadPeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.tar.gz
PeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.tar.zst
PeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.zip
Check latest plugins version with config interval
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example1
1 files changed, 1 insertions, 0 deletions
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