mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to limit user registrations
This commit is contained in:
@@ -33,6 +33,7 @@ admin:
|
||||
|
||||
signup:
|
||||
enabled: false
|
||||
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
||||
|
||||
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
|
||||
# Uses a lot of CPU!
|
||||
|
||||
@@ -20,3 +20,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin1@example.com'
|
||||
|
||||
signup:
|
||||
limit: 4
|
||||
|
||||
Reference in New Issue
Block a user