diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 615910478..51f3ad833 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -200,3 +200,8 @@ services: | |||
200 | # If false, we use an image link card that will redirect on your PeerTube instance | 200 | # If false, we use an image link card that will redirect on your PeerTube instance |
201 | # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted | 201 | # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted |
202 | whitelisted: false | 202 | whitelisted: false |
203 | |||
204 | followers: | ||
205 | instance: | ||
206 | # Allow or not other instances to follow yours | ||
207 | enabled: true | ||