aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-08 15:18:04 +0200
committerChocobozzz <me@florianbigard.com>2019-04-08 15:18:04 +0200
commit14893eb71cb2d4ca47e07589c81958863603aba4 (patch)
treea6a5c3130058ca57c10ef15b8b6ee00ef78166ea /config/default.yaml
parent5b9c965d5aa747f29b081289f930ee215fdc23c8 (diff)
downloadPeerTube-14893eb71cb2d4ca47e07589c81958863603aba4.tar.gz
PeerTube-14893eb71cb2d4ca47e07589c81958863603aba4.tar.zst
PeerTube-14893eb71cb2d4ca47e07589c81958863603aba4.zip
Add ability to manually approves instance followers in REST API
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml2
1 files changed, 2 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