diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 5299484a5..a2811abd6 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -180,8 +180,8 @@ auto_blacklist: | |||
180 | # New videos automatically blacklisted so moderators can review before publishing | 180 | # New videos automatically blacklisted so moderators can review before publishing |
181 | videos: | 181 | videos: |
182 | of_users: | 182 | of_users: |
183 | enabled: false | 183 | enabled: false |
184 | 184 | ||
185 | # Instance settings | 185 | # Instance settings |
186 | instance: | 186 | instance: |
187 | name: 'PeerTube' | 187 | name: 'PeerTube' |
@@ -217,3 +217,8 @@ services: | |||
217 | # If false, we use an image link card that will redirect on your PeerTube instance | 217 | # If false, we use an image link card that will redirect on your PeerTube instance |
218 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted | 218 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted |
219 | whitelisted: false | 219 | whitelisted: false |
220 | |||
221 | followers: | ||
222 | instance: | ||
223 | # Allow or not other instances to follow yours | ||
224 | enabled: true | ||