Default platform_qr disk to the monolith's production storage path
Deploy Ladill Merchant / deploy (push) Successful in 29s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
isaacclad
2026-06-10 17:27:44 +00:00
co-authored by Claude Opus 4.8
parent 326f0e1bff
commit 2fe8babab4
+3 -2
View File
@@ -69,10 +69,11 @@ return [
// Read-only view of the monolith's QR storage, used by the
// storefronts:import-legacy command to copy legacy product images.
// Set PLATFORM_QR_ROOT to the monolith's storage/app/private/qr path.
// Defaults to the monolith's production storage path; override with
// PLATFORM_QR_ROOT for other environments.
'platform_qr' => [
'driver' => 'local',
'root' => env('PLATFORM_QR_ROOT', storage_path('app/private/qr')),
'root' => env('PLATFORM_QR_ROOT', '/var/www/ladill.com/current/storage/app/private/qr'),
'throw' => false,
'report' => false,
],