mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update pixelfed config
This commit is contained in:
parent
ef3edc185d
commit
f615c8d788
1 changed files with 2 additions and 0 deletions
|
@ -169,4 +169,6 @@ return [
|
||||||
|
|
||||||
'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
|
'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
|
||||||
'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
|
'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
|
||||||
|
'ap_inbox' => env('ACTIVITYPUB_INBOX', false),
|
||||||
|
'ap_shared' => env('ACTIVITYPUB_SHAREDINBOX', false),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue