diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index c4ea3c42c..a0f2eb3a1 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -367,7 +367,8 @@ followings: | |||
367 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | 367 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ |
368 | auto_follow_index: | 368 | auto_follow_index: |
369 | enabled: false | 369 | enabled: false |
370 | index_url: 'https://instances.joinpeertube.org' | 370 | # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow |
371 | index_url: '' | ||
371 | 372 | ||
372 | theme: | 373 | theme: |
373 | default: 'default' | 374 | default: 'default' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index bd867be53..8b8c98f8c 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -381,7 +381,8 @@ followings: | |||
381 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | 381 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ |
382 | auto_follow_index: | 382 | auto_follow_index: |
383 | enabled: false | 383 | enabled: false |
384 | index_url: 'https://instances.joinpeertube.org' | 384 | # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow |
385 | index_url: '' | ||
385 | 386 | ||
386 | theme: | 387 | theme: |
387 | default: 'default' | 388 | default: 'default' |