Upgraded fleetbase/core-api - Prevent mergeConfigFromSettings() from overwriting ENV variables

This commit is contained in:
Ronald A. Richardson
2023-08-06 14:30:58 +08:00
parent 10f8e694fe
commit 6d0ac8496d
3 changed files with 1 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ return [
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_BUCKET_ENDPOINT', env('AWS_ENDPOINT')),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
],

View File

@@ -50,7 +50,6 @@ return [
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'version' => '2010-12-01'
],
'mailgun' => [