diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 387acf43d..f43cbaf4b 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -60,6 +60,10 @@ admin: | |||
60 | signup: | 60 | signup: |
61 | enabled: false | 61 | enabled: false |
62 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 62 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
63 | filters: | ||
64 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | ||
65 | whitelist: [] | ||
66 | blacklist: [] | ||
63 | 67 | ||
64 | user: | 68 | user: |
65 | # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). | 69 | # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). |