Update composer.json and Docker configurations for MinIO integration
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 4m2s
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 4m2s
This commit is contained in:
@@ -63,8 +63,14 @@ return [
|
||||
],
|
||||
|
||||
'uploads' => [
|
||||
'driver' => 'local',
|
||||
'root' => env('UPLOAD_FOLDER_PATH'),
|
||||
'driver' => 's3',
|
||||
'key' => env('MINIO_KEY'),
|
||||
'secret' => env('MINIO_SECRET'),
|
||||
'region' => env('MINIO_REGION', 'us-east-1'),
|
||||
'bucket' => env('MINIO_BUCKET', 'crew-admin'),
|
||||
'endpoint' => env('MINIO_ENDPOINT'),
|
||||
'use_path_style_endpoint' => env('MINIO_USE_PATH_STYLE', true),
|
||||
'url' => env('MINIO_URL', 'https://minio.crewsportswear.app'),
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user