mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update pixelfed config
This commit is contained in:
parent
2b17cc2c0d
commit
b58ed0ad01
1 changed files with 3 additions and 0 deletions
|
@ -286,4 +286,7 @@ return [
|
||||||
'max_altext_length' => env('PF_MEDIA_MAX_ALTTEXT_LENGTH', 1000),
|
'max_altext_length' => env('PF_MEDIA_MAX_ALTTEXT_LENGTH', 1000),
|
||||||
|
|
||||||
'allow_app_registration' => env('PF_ALLOW_APP_REGISTRATION', true),
|
'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),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue