Update
This commit is contained in:
@@ -49,4 +49,16 @@
|
||||
'description' => 'Audios uploaded by user.',
|
||||
'is_system' => false,
|
||||
],
|
||||
'system-i' => [
|
||||
'owner_type' => 'system',
|
||||
'location' => '/system-i/',
|
||||
'prefix' => 'si_',
|
||||
'postfix' => '',
|
||||
'extension' => 'png',
|
||||
'mime' => 'image/png',
|
||||
'media_type' => 'image',
|
||||
'name' => 'System Images',
|
||||
'description' => 'Images uploaded by system.',
|
||||
'is_system' => true,
|
||||
],
|
||||
];
|
||||
|
||||
@@ -35,4 +35,8 @@
|
||||
],
|
||||
],
|
||||
|
||||
'replicate' => [
|
||||
'api_token' => env('REPLICATE_API_TOKEN'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user