diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 33a26dec1..f7b153698 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -87,6 +87,7 @@ admin: | |||
87 | signup: | 87 | signup: |
88 | enabled: false | 88 | enabled: false |
89 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 89 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
90 | requires_email_verification: false | ||
90 | filters: | 91 | filters: |
91 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 92 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |
92 | whitelist: [] | 93 | whitelist: [] |