diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2f80beede..a9d2c3b80 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -76,6 +76,10 @@ admin: | |||
76 | signup: | 76 | signup: |
77 | enabled: false | 77 | enabled: false |
78 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 78 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
79 | filters: | ||
80 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | ||
81 | whitelist: [] | ||
82 | blacklist: [] | ||
79 | 83 | ||
80 | user: | 84 | user: |
81 | # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). | 85 | # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). |