feat: try fix ci/cd
CI / 🧪 Tests Laravel (push) Failing after 1m28s
CI / 🐳 Build & Push Images (push) Has been skipped

This commit is contained in:
2026-08-17 10:25:15 +02:00
parent 5b07d9db4e
commit 3ee3024de9
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -68,6 +68,9 @@ return [
'identity_documents' => [
'driver' => $identityDocumentsDriver,
'root' => $identityDocumentsRoot,
'url' => $identityDocumentsDriver === 'local'
? rtrim(env('APP_URL', 'http://localhost'), '/').'/identity-documents'
: env('AWS_URL'),
'serve' => true,
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),