diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 51f3ad833..0d6e34d86 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -205,3 +205,5 @@ followers: | |||
205 | instance: | 205 | instance: |
206 | # Allow or not other instances to follow yours | 206 | # Allow or not other instances to follow yours |
207 | enabled: true | 207 | enabled: true |
208 | # Whether or not an administrator must manually validate a new follower | ||
209 | manual_approval: false | ||
diff --git a/config/production.yaml.example b/config/production.yaml.example index a2811abd6..5029cc25b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -222,3 +222,5 @@ followers: | |||
222 | instance: | 222 | instance: |
223 | # Allow or not other instances to follow yours | 223 | # Allow or not other instances to follow yours |
224 | enabled: true | 224 | enabled: true |
225 | # Whether or not an administrator must manually validate a new follower | ||
226 | manual_approval: false | ||