mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update config
This commit is contained in:
parent
327dd89177
commit
9a3b70d23d
1 changed files with 22 additions and 0 deletions
|
@ -177,6 +177,28 @@ return [
|
|||
*/
|
||||
'image_quality' => (int) env('IMAGE_QUALITY', 80),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Account deletion
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Enable account deletion.
|
||||
|
|
||||
*/
|
||||
'account_deletion' => env('ACCOUNT_DELETION', true),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Account deletion after X days
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Set account deletion queue after X days, set to false to delete accounts
|
||||
| immediately.
|
||||
|
|
||||
*/
|
||||
'account_delete_after' => env('ACCOUNT_DELETE_AFTER', false),
|
||||
|
||||
|
||||
'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
|
||||
'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
|
||||
'ap_inbox' => env('ACTIVITYPUB_INBOX', false),
|
||||
|
|
Loading…
Reference in a new issue