Update pixelfed config

This commit is contained in:
Daniel Supernault 2023-10-29 03:04:48 -06:00
parent 2b17cc2c0d
commit b58ed0ad01
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 3 additions and 0 deletions

View File

@ -286,4 +286,7 @@ return [
'max_altext_length' => env('PF_MEDIA_MAX_ALTTEXT_LENGTH', 1000),
'allow_app_registration' => env('PF_ALLOW_APP_REGISTRATION', true),
'app_registration_rate_limit_attempts' => env('PF_IAR_RL_ATTEMPTS', 3),
'app_registration_rate_limit_decay' => env('PF_IAR_RL_DECAY', 1800),
];