mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update instance config
This commit is contained in:
parent
c7ed684a5c
commit
db1b466792
1 changed files with 2 additions and 2 deletions
|
@ -132,11 +132,11 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'parental_controls' => [
|
'parental_controls' => [
|
||||||
'enabled' => env('INSTANCE_PARENTAL_CONTROLS', true),
|
'enabled' => env('INSTANCE_PARENTAL_CONTROLS', false),
|
||||||
|
|
||||||
'limits' => [
|
'limits' => [
|
||||||
'respect_open_registration' => env('INSTANCE_PARENTAL_CONTROLS_RESPECT_OPENREG', true),
|
'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,
|
'auto_verify_email' => true,
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue