mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update config
This commit is contained in:
parent
250d19e40b
commit
c25ca8dc99
1 changed files with 10 additions and 0 deletions
|
@ -198,6 +198,16 @@ return [
|
||||||
*/
|
*/
|
||||||
'account_delete_after' => env('ACCOUNT_DELETE_AFTER', false),
|
'account_delete_after' => env('ACCOUNT_DELETE_AFTER', false),
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Enable Cloud Storage
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Store media on object storage like S3, Digital Ocean Spaces, Rackspace
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
'cloud_storage' => env('PF_ENABLE_CLOUD', false),
|
||||||
|
|
||||||
|
|
||||||
'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),
|
||||||
|
|
Loading…
Reference in a new issue