feat: try fix ci/cd
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user