admin: sync MinIO disk config + Filament photo upload + flysystem dep back to repo

This commit is contained in:
2026-08-08 10:01:24 +10:00
parent d5919315fa
commit b63374d23e
3 changed files with 356 additions and 2 deletions

View File

@@ -60,6 +60,17 @@ return [
'report' => false,
],
'minio' => [
'driver' => 's3',
'key' => env('MINIO_ACCESS_KEY'),
'secret' => env('MINIO_SECRET_KEY'),
'region' => env('MINIO_REGION', 'us-east-1'),
'bucket' => env('MINIO_BUCKET', 'wherewoof'),
'url' => env('MINIO_URL'),
'endpoint' => env('MINIO_ENDPOINT', 'http://192.168.20.13:9010'),
'use_path_style_endpoint' => true,
'throw' => false,
],
],
/*