Update instance config

This commit is contained in:
Daniel Supernault 2024-01-11 06:45:32 -07:00
parent c7ed684a5c
commit db1b466792
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 2 additions and 2 deletions

View File

@ -132,11 +132,11 @@ return [
],
'parental_controls' => [
'enabled' => env('INSTANCE_PARENTAL_CONTROLS', true),
'enabled' => env('INSTANCE_PARENTAL_CONTROLS', false),
'limits' => [
'respect_open_registration' => env('INSTANCE_PARENTAL_CONTROLS_RESPECT_OPENREG', true),
'max_children' => env('INSTANCE_PARENTAL_CONTROLS_MAX_CHILDREN', 10),
'max_children' => env('INSTANCE_PARENTAL_CONTROLS_MAX_CHILDREN', 1),
'auto_verify_email' => true,
],
]